Provides access to members that specify the properties of a utility network asset.
Members
Name | Description | |
---|---|---|
AssetGroupCode | Returns the asset group code. | |
AssetTypeCode | Returns the asset type code. | |
NetworkSourceID | Returns the network source ID. |
IUNAsset.AssetGroupCode Property
Returns the asset group code.
Public Property AssetGroupCode As Integer
public int AssetGroupCode {get; set;}
IUNAsset.AssetTypeCode Property
Returns the asset type code.
Public Property AssetTypeCode As Integer
public int AssetTypeCode {get; set;}
IUNAsset.NetworkSourceID Property
Returns the network source ID.
Public Property NetworkSourceID As Integer
public int NetworkSourceID {get; set;}
Classes that implement IUNAsset
Classes | Description |
---|---|
UNAsset | UN Asset. |