Provides access to members that specify the properties of a utility network trace output filter.
Members
Name | Description | |
---|---|---|
AssetGroupCode | Returns the asset group code. | |
AssetTypeCode | Returns the asset type code. | |
NetworkSourceID | Returns the network source ID. | |
SchemaGeneration | Returns the schema generation. |
IUNOutputFilter.AssetGroupCode Property
Returns the asset group code.
Public Property AssetGroupCode As Integer
public int AssetGroupCode {get; set;}
IUNOutputFilter.AssetTypeCode Property
Returns the asset type code.
Public Property AssetTypeCode As Integer
public int AssetTypeCode {get; set;}
IUNOutputFilter.NetworkSourceID Property
Returns the network source ID.
Public Property NetworkSourceID As Integer
public int NetworkSourceID {get; set;}
IUNOutputFilter.SchemaGeneration Property
Returns the schema generation.
Public Property SchemaGeneration As Integer
public int SchemaGeneration {get; set;}
Classes that implement IUNOutputFilter
Classes | Description |
---|---|
UNOutputFilter | UN Output Filter. |