Provides access to members that specify the properties of a utility network related record.
Members
Name | Description | |
---|---|---|
![]() |
GlobalID | Returns the global ID. |
![]() |
NetworkSourceID | Returns the network source ID. |
![]() |
NetworkSourceName | Returns the network source name. |
![]() |
RelationshipClassValues | Returns the relationship class values. |
IUNRelatedRecord.GlobalID Property
Returns the global ID.
Public Property GlobalID As Guid
public Guid GlobalID {get; set;}
IUNRelatedRecord.NetworkSourceID Property
Returns the network source ID.
Public Property NetworkSourceID As Integer
public int NetworkSourceID {get; set;}
IUNRelatedRecord.NetworkSourceName Property
Returns the network source name.
Public Property NetworkSourceName As String
public string NetworkSourceName {get; set;}
IUNRelatedRecord.RelationshipClassValues Property
Returns the relationship class values.
Public Property RelationshipClassValues As IArray
public IArray RelationshipClassValues {get; set;}
Classes that implement IUNRelatedRecord
Classes | Description |
---|---|
UNRelatedRecord | UN Related Record. |