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.2.419.0 (24.2.419.0)
Syntax public bool AccessToWholeObject { get; set; }
Public Property AccessToWholeObject As Boolean
Get
Set
public:
property bool AccessToWholeObject {
bool get ();
void set (bool value);
}
member AccessToWholeObject : bool with get, set
Property Value
Type:
BooleanRemarks
By default, this is false, constraining based on any point along the line.
See Also