EllipsoidSurfaceRegionCoverageGridCellGridCellBoundary Property  | 
  
    Namespace: 
   AGI.Foundation.Geometry.Discrete
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic EllipsoidSurfaceCurve GridCellBoundary { get; }Public ReadOnly Property GridCellBoundary As EllipsoidSurfaceCurve
	Get
public:
property EllipsoidSurfaceCurve^ GridCellBoundary {
	EllipsoidSurfaceCurve^ get ();
}member GridCellBoundary : EllipsoidSurfaceCurve with get
Return Value
Type: 
EllipsoidSurfaceCurveThe grid cell boundary.
See Also