Provides access to members that specify the properties of a utility network relationship class value 2.
Members
| Name | Description | |
|---|---|---|
![]() |
DestinationID | Returns the destination ID. |
![]() |
DestinationName | Returns the destination name. |
![]() |
Name | Returns the name. |
![]() |
OriginID | Returns the origin ID. |
![]() |
OriginName | Returns the origin name. |
![]() |
RelationshipValues | Returns the relationship values. |
IUNRelationshipClassValue2.DestinationName Property
Returns the destination name.
Public Property DestinationName As String
public string DestinationName {get; set;}
IUNRelationshipClassValue2.OriginName Property
Returns the origin name.
Public Property OriginName As String
public string OriginName {get; set;}
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IUNRelationshipClassValue | Provides access to members that specify the properties of a utility network relationship class value. |
Classes that implement IUNRelationshipClassValue2
| Classes | Description |
|---|---|
| UNRelationshipClassValue | UN Relationship Class Value. |

