ICoverageGridGenerateGridPoints Method |
Generate the set of grid points.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 20.4.407.0 (20.4.407.0)
SyntaxIList<CoverageGridPoint> GenerateGridPoints()
Function GenerateGridPoints As IList(Of CoverageGridPoint)
IList<CoverageGridPoint^>^ GenerateGridPoints()
abstract GenerateGridPoints : unit -> IList<CoverageGridPoint>
Return Value
Type:
IListCoverageGridPointThe set of grid points.
RemarksWhen implementing, note that the space represented by each grid point should not overlap.
See Also