Click or drag to resize

CentralBodySurfaceCurveElevationAngleConstraintAccessToWholeObject Property

Gets or sets a value indicating whether to constrain based on any or all points along the line. If true, the constraint will ensure that the elevation constraint is satisfied for all points along the line. If false, the constraint will be satisfied by any point along the line.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool AccessToWholeObject { get; set; }

Property Value

Type: Boolean
Remarks
By default, this is false, constraining based on any point along the line.
See Also