Click or drag to resize

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

Return Value

Type: IList<Cartographic>
A list of the cartographic points that define the boundary of the grid point cell.
See Also