AssetDefinition.IsRequiredForCoverage 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Boolean
See Also