BaseCoverageDefinition.Grid 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
ICoverageGrid
See Also