SpecifiedCentralBodyCoverageGridGenerateGridPoints Method |
Return the specified list of grid points stored in memory.
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 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 specified list of grid points.
Implements
ICoverageGridGenerateGridPointsSee Also