BindPoint

Overview

BindPoint is a class in Aspose.3D FOSS for .NET.

BindPoint.BindPoint creates a binding to the specified target object and its property name.

Properties

NameTypeAccessDescription
TargetstringRead/WriteGets or sets the name of the target object for the binding
PropertyNamestringRead/WriteGets or sets the name of the property being bound
ChannelsAnimationChannel[]Read/WriteHolds the animation channels associated with this binding

Methods

SignatureDescription
BindPoint(target: string, propertyName: string)Creates a binding to the specified target object and its property name
GetProperty()Returns the value of the bound property

See Also