CentralBodySurfaceRegionElevationAngleConstraintAccessToWholeObject Property  | 
 
            Gets or sets a value indicating whether to constrain based on any or all points in the area definition.
            If true, the constraint will ensure that the elevation constraint is satisfied for all points
            inside the area and on the boundary.  If false, the constraint will be satisfied by any point
            inside the area or on the boundary.
            
 
    Namespace: 
   AGI.Foundation.Access.Constraints
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Boolean
Remarks
            By default, this is false, constraining based on any point inside or on the boundary.
            
See Also