CoverageGridPointCoverageGridCell Property |
Gets the (optional) grid cell associated with this grid point. This item may be .
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 ICoverageGridCell CoverageGridCell { get; }
Public ReadOnly Property CoverageGridCell As ICoverageGridCell
Get
public:
property ICoverageGridCell^ CoverageGridCell {
ICoverageGridCell^ get ();
}
member CoverageGridCell : ICoverageGridCell with get
Property Value
Type:
ICoverageGridCellSee Also