Property class
Property class
Class to hold user-defined properties.
Inheritance: Property
→
A3DObject
The Property type exposes the following members:
Properties
Property | Description |
---|---|
name | Gets or sets the name. |
properties | Gets the collection of all properties. |
value | Gets or sets the value. |
value_type | Gets the type of the property value. |
Methods
Method | Description |
---|---|
remove_property | Removes a dynamic property. |
remove_property | Remove the specified property identified by name |
get_property | Get the value of specified property |
set_property | Sets the value of specified property |
find_property | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |
get_bind_point | Gets the property bind point on specified animation instance. |
get_keyframe_sequence | Gets the keyframe sequence on specified animation instance. |
See Also
- module
aspose.threed
- class
A3DObject
- class
Property