CoverageResultsGridPoints Property |
Gets a list of grid points.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<CoverageGridPointWithResults> GridPoints { get; }
Public ReadOnly Property GridPoints As IList(Of CoverageGridPointWithResults)
Get
public:
property IList<CoverageGridPointWithResults^>^ GridPoints {
IList<CoverageGridPointWithResults^>^ get ();
}
member GridPoints : IList<CoverageGridPointWithResults> with get
Property Value
Type:
IListCoverageGridPointWithResultsSee Also