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: 25.1.421.0 (25.1.421.0)
Syntax
public SpecifiedNumberOfPointsCoverageGriddingTechnique(
	int numberOfPoints
)

Parameters

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