CoverageGridResultGridPoints Property |
Gets a list of grid points.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 19.1.398.0 (19.1.398.0)
Syntaxpublic IList<CoverageGridPoint> GridPoints { get; }
Public ReadOnly Property GridPoints As IList(Of CoverageGridPoint)
Get
public:
property IList<CoverageGridPoint^>^ GridPoints {
IList<CoverageGridPoint^>^ get ();
}
member GridPoints : IList<CoverageGridPoint> with get
Property Value
Type:
IListCoverageGridPoint
See Also