A3DObject Class |
Namespace: Aspose.ThreeD
The A3DObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | A3DObject |
Initializes a new instance of the A3DObject class with no name.
|
![]() | A3DObject(String) |
Initializes a new instance of the A3DObject class.
|
Name | Description | |
---|---|---|
![]() | Name |
Gets or sets the name.
|
![]() | Properties |
Gets the collection of all properties.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindProperty |
Finds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetProperty |
Get the value of specified property
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveProperty(String) |
Remove the specified property identified by name
|
![]() | RemoveProperty(Property) |
Removes a dynamic property.
|
![]() | SetProperty |
Sets the value of specified property
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | name |
The name of the current object.
|
![]() | properties |
The properties of the current object.
|