SurfaceRegionsCoverageGridRegions Property |
Gets a read-only collection of surface regions which define this grid.
If a point is inside any of the surface regions, it is included in this grid.
However, if one of the surface regions is small enough, the generated grid may not have any grid points inside that region.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<EllipsoidSurfaceRegion> Regions { get; }
Public ReadOnly Property Regions As ReadOnlyCollection(Of EllipsoidSurfaceRegion)
Get
public:
property ReadOnlyCollection<EllipsoidSurfaceRegion^>^ Regions {
ReadOnlyCollection<EllipsoidSurfaceRegion^>^ get ();
}
member Regions : ReadOnlyCollection<EllipsoidSurfaceRegion> with get
Property Value
Type:
ReadOnlyCollectionEllipsoidSurfaceRegionSee Also