Property class

Property class

Class to hold user-defined properties.

Inheritance: PropertyA3DObject

The Property type exposes the following members:

Properties

PropertyDescription
nameGets or sets the name.
propertiesGets the collection of all properties.
valueGets or sets the value.
value_typeGets the type of the property value.

Methods

MethodDescription
remove_propertyRemoves a dynamic property.
remove_propertyRemove the specified property identified by name
get_propertyGet the value of specified property
set_propertySets the value of specified property
find_propertyFinds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)
get_bind_pointGets the property bind point on specified animation instance.
get_keyframe_sequenceGets the keyframe sequence on specified animation instance.

See Also