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. |
ValueType | Type | Read | Gets the value type. |
Methods
| Signature | Description |
|---|---|
GetExtra(name: string) | The extra data, or null if not found. |
SetExtra(name: string, value: object?) | The extra data value. |
GetBindPoint(anim: AnimationNode, create: bool) | The bind point. |
GetKeyframeSequence(anim: AnimationNode, create: bool) | The keyframe sequence. |
ToString() | A string that represents the current property. |