Click or drag to resize

AssetDefinitionAssetObject Property

Gets or sets the object which represents the asset. In most cases, this should be a reference to the IServiceProvider which is acting as the actual instance of the asset, with the AccessQuery defining how the asset communicates with the coverage target.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Object AssetObject { get; set; }

Property Value

Type: Object
See Also