IUNRelatedRecord Interface

Provides access to members that specify the properties of a utility network related record.

Members

Name Description
Read/write property GlobalID Returns the global ID.
Read/write property NetworkSourceID Returns the network source ID.
Read/write property NetworkSourceName Returns the network source name.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.