Click or drag to resize

SpecifiedCoverageGrid Constructor (ReferenceFrame, IListCoverageGridPoint)

Initializes the grid with the specified parameters.

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 SpecifiedCoverageGrid(
	ReferenceFrame referenceFrame,
	IList<CoverageGridPoint> points
)

Parameters

referenceFrame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame used for the grid points.
points
Type: System.Collections.GenericIListCoverageGridPoint
The grid points.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if any of the parameters are .
See Also