BaseCoverageDefinitionGrid Property |
Gets or sets the grid used to generate points of interest over which to analyze coverage.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ICoverageGrid Grid { get; set; }
Public Property Grid As ICoverageGrid
Get
Set
public:
property ICoverageGrid^ Grid {
ICoverageGrid^ get ();
void set (ICoverageGrid^ value);
}
member Grid : ICoverageGrid with get, set
Property Value
Type:
ICoverageGridSee Also