| SpecifiedNodesEllipsoidSurfaceRegionBuilderReferencePointInsideRegion Property  | 
 
            Gets or sets the specification for whether the 
ReferencePoint is inside
            or outside the region.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic bool? ReferencePointInsideRegion { get; set; }Public Property ReferencePointInsideRegion As Boolean?
	Get
	Set
public:
property Nullable<bool> ReferencePointInsideRegion {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}member ReferencePointInsideRegion : Nullable<bool> with get, set
Property Value
Type: 
NullableBoolean See Also
See Also