EllipsoidSurfaceRegionCoverageGridCellGridCellBoundaryVertices Property |
Gets the grid point's grid cell boundary vertices.
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 IList<Cartographic> GridCellBoundaryVertices { get; }
Public ReadOnly Property GridCellBoundaryVertices As IList(Of Cartographic)
Get
public:
property IList<Cartographic>^ GridCellBoundaryVertices {
IList<Cartographic>^ get ();
}
member GridCellBoundaryVertices : IList<Cartographic> with get
Return Value
Type:
IListCartographicA list of the cartographic points that define the boundary of the grid point cell.
See Also