Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public SpecifiedNumberOfPointsCoverageGriddingTechnique(
	int numberOfPoints
)

Parameters

numberOfPoints
Type: SystemInt32
The number of points this coordinate is to have.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if numberOfPoints is less than one.
See Also