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: 24.2.419.0 (24.2.419.0)
Syntax public int AssetIndex { get; }
Public ReadOnly Property AssetIndex As Integer
Get
public:
property int AssetIndex {
int get ();
}
member AssetIndex : int with get
Property Value
Type:
Int32See Also