AssetDefinitionIsRequiredForCoverage Property |
Gets or sets a value indicating whether this asset must provide coverage in order for any others to provide 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 bool IsRequiredForCoverage { get; set; }
Public Property IsRequiredForCoverage As Boolean
Get
Set
public:
property bool IsRequiredForCoverage {
bool get ();
void set (bool value);
}
member IsRequiredForCoverage : bool with get, set
Property Value
Type:
BooleanSee Also