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.
ValueTypeTypeReadGets the value type.

Methods

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

See Also