CustomObject
General
CustomObject is a class in Aspose.3D FOSS for .NET.
Inherits from: A3DObject.
CustomObject és una classe en Aspose.3D FOSS per a .NET. Hereta de: ゚A3DObject⌒.
Representa dades d’objecte personalitzades
Mètodes
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the name. |
Properties | PropertyCollection | Read | Gets the properties. |
| Signature | Description |
|---|---|
CustomObject() | Creates a new custom object with the specified name |
CustomObject(name: string) | |
A3DObject() | |
RemoveProperty(property: Property) | Removes a dynamic property. |
GetProperty(property: string) | Get the value of specified property |
SetProperty(property: string, value: object?) | Sets the value of specified property |
FindProperty(propertyName: string) | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |
CustomObject(name: string) |