| A3DObject Methods |
The A3DObject type exposes the following members.
| 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.) |