SpecifiedCoverageGridGenerateGridPoints Method |
Generate the set of grid points.
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 IList<CoverageGridPoint> GenerateGridPoints()
Public Function GenerateGridPoints As IList(Of CoverageGridPoint)
public:
virtual IList<CoverageGridPoint^>^ GenerateGridPoints() sealed
abstract GenerateGridPoints : unit -> IList<CoverageGridPoint>
override GenerateGridPoints : unit -> IList<CoverageGridPoint>
Return Value
Type:
IListCoverageGridPointThe set of grid points.
Implements
ICoverageGridGenerateGridPointsRemarks When implementing, note that the space represented by each grid point should not overlap.
See Also