Provides access to members that specify the properties of a utility network assignment.
Members
Name | Description | |
---|---|---|
AttributeID | Returns the attribute ID. | |
NetworkSourceName | Returns the network source name. | |
SchemaGeneration | Returns the schema generation. | |
UtilityNetworkEvaluator | Returns the utility network evaluator. |
IUtilityNetworkAssignment.AttributeID Property
Returns the attribute ID.
Public ReadOnly Property AttributeID As Integer
public int AttributeID {get;}
IUtilityNetworkAssignment.NetworkSourceName Property
Returns the network source name.
Public ReadOnly Property NetworkSourceName As String
public string NetworkSourceName {get;}
IUtilityNetworkAssignment.SchemaGeneration Property
Returns the schema generation.
Public ReadOnly Property SchemaGeneration As Integer
public int SchemaGeneration {get;}
IUtilityNetworkAssignment.UtilityNetworkEvaluator Property
Returns the utility network evaluator.
Public ReadOnly Property UtilityNetworkEvaluator As IUtilityNetworkEvaluator
public IUtilityNetworkEvaluator UtilityNetworkEvaluator {get;}
Classes that implement IUtilityNetworkAssignment
Classes | Description |
---|