AssetDataUnavailableExceptionAssetIndex Property  | 
 
            Gets the index of the asset that caused the exception, based on the order of the 
            assets when the computation was created.
            
 
    Namespace: 
   AGI.Foundation.Coverage
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int AssetIndex { get; }Public ReadOnly Property AssetIndex As Integer
	Get
public:
property int AssetIndex {
	int get ();
}member AssetIndex : int with get
Property Value
Type: 
Int32
See Also