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