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

NameTypeAccessDescription
Valueobject?Read/WriteGets or sets the value.
NamestringReadGets the name of the property.
ValueTypeTypeReadGets the type of the property value.

Methods

SignatureDescription
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.

See Also

 English