SpecifiedNumberOfPointsCoverageGriddingTechnique Constructor |
Initializes the gridding method with the specified number of 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 SpecifiedNumberOfPointsCoverageGriddingTechnique(
int numberOfPoints
)
Public Sub New (
numberOfPoints As Integer
)
public:
SpecifiedNumberOfPointsCoverageGriddingTechnique(
int numberOfPoints
)
new :
numberOfPoints : int -> SpecifiedNumberOfPointsCoverageGriddingTechnique
Parameters
- numberOfPoints
- Type: SystemInt32
The number of points this coordinate is to have.
Exceptions See Also