Provides access to members that specify the properties of a utility network relationship class info.
Members
| Name | Description | |
|---|---|---|
![]()  | 
DestinationID | Returns the destination ID. | 
![]()  | 
OriginID | Returns the origin ID. | 
![]()  | 
OutFields | Returns the out fields. | 
![]()  | 
RelationshipOutFields | Returns the relationship out fields. | 
IUNRelationshipClassInfo.DestinationID Property
Returns the destination ID.
Public Property DestinationID As Integer
public int DestinationID {get; set;}
IUNRelationshipClassInfo.OriginID Property
Returns the origin ID.
Public Property OriginID As Integer
public int OriginID {get; set;}
IUNRelationshipClassInfo.OutFields Property
Returns the out fields.
Public Property OutFields As IStringArray
public IStringArray OutFields {get; set;}
IUNRelationshipClassInfo.RelationshipOutFields Property
Returns the relationship out fields.
Public Property RelationshipOutFields As IStringArray
public IStringArray RelationshipOutFields {get; set;}
Classes that implement IUNRelationshipClassInfo
| Classes | Description | 
|---|---|
| UNRelationshipClassInfo | UN Relationship Class. | 

