Property
Overview
Property is a class in Aspose.3D FOSS for .NET.
Class to hold user-defined properties.
This class provides 5 methods for working with Property objects in .NET programs.
Available methods include: GetBindPoint, GetExtra, GetKeyframeSequence, SetExtra, ToString.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Name, Value, ValueType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Value | object? | Read/Write | Gets or sets the value. |
Name | string | Read | Gets the name of the property. |
ValueType | Type | Read | Gets the type of the property value. |
Methods
| Signature | Description |
|---|---|
GetExtra(name: string) | Gets extra data of the property associated by name. |
SetExtra(name: string, value: object?) | Sets extra data of the property associated by name. |
GetBindPoint(anim: AnimationNode, create: bool) | Gets the property bind point on specified animation instance. |
GetKeyframeSequence(anim: AnimationNode, create: bool) | Gets the keyframe sequence on specified animation instance. |
ToString() | Returns a string that represents the current property. |