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: 25.2.423.0 (25.2.423.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