SpecifiedCurveEllipsoidSurfaceRegionBuilder.ReferencePointInsideRegion 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)
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:
Nullable<Boolean>
See Also