A3DObject Methods

The A3DObject type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindProperty
Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name)
Public methodGetHashCode (Inherited from Object.)
Public methodGetProperty
Get the value of specified property
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveProperty(String)
Remove the specified property identified by name
Public methodRemoveProperty(Property)
Removes a dynamic property.
Public methodSetProperty
Sets the value of specified property
Public methodToString (Inherited from Object.)
See Also