CoverageGridPoint.CoverageGridCell Property |
Gets the (optional) grid cell associated with this grid point. This item may be null.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ICoverageGridCell CoverageGridCell { get; }
Public ReadOnly Property CoverageGridCell As ICoverageGridCell
Get
public:
property ICoverageGridCell^ CoverageGridCell {
ICoverageGridCell^ get ();
}
member CoverageGridCell : ICoverageGridCell with get
Property Value
Type:
ICoverageGridCell
See Also