Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public IList<Cartographic> GridCellBoundaryVertices { get; }

Return Value

Type: IListCartographic
A list of the cartographic points that define the boundary of the grid point cell.
See Also