AssetDefinition.AccessQuery Property |
Gets or sets the query involving the
AssetObject that must be satisfied for this asset 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 AccessQuery AccessQuery { get; set; }
Public Property AccessQuery As AccessQuery
Get
Set
public:
property AccessQuery^ AccessQuery {
AccessQuery^ get ();
void set (AccessQuery^ value);
}
member AccessQuery : AccessQuery with get, set
Property Value
Type:
AccessQuery
See Also