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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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> -> SpecifiedCoverageGridParameters
- referenceFrame
 - Type: AGI.Foundation.GeometryReferenceFrame
The reference frame used for the grid points. - points
 - Type: System.Collections.GenericIListCoverageGridPoint
The grid points. 
Exceptions
See Also