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.2.419.0 (24.2.419.0)
Syntax public SpecifiedCoverageGrid(
ReferenceFrame referenceFrame,
IList<CoverageGridPoint> points
)
Public Sub New (
referenceFrame As ReferenceFrame,
points As IList(Of CoverageGridPoint)
)
public:
SpecifiedCoverageGrid(
ReferenceFrame^ referenceFrame,
IList<CoverageGridPoint^>^ points
)
new :
referenceFrame : ReferenceFrame *
points : IList<CoverageGridPoint> -> SpecifiedCoverageGrid
Parameters
- referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame used for the grid points. - points
- Type: System.Collections.GenericIListCoverageGridPoint
The grid points.
Exceptions See Also