CoverageGridPointWithResults Constructor (CoverageGridPoint) |
Creates a new instance based on the given grid point.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CoverageGridPointWithResults(
CoverageGridPoint point
)
Public Sub New (
point As CoverageGridPoint
)
public:
CoverageGridPointWithResults(
CoverageGridPoint^ point
)
new :
point : CoverageGridPoint -> CoverageGridPointWithResults
Parameters
- point
- Type: AGI.Foundation.Geometry.DiscreteCoverageGridPoint
The coverage grid point.
See Also