IUNRelationshipClassInfo Interface

Provides access to members that specify the properties of a utility network relationship class info.

Members

Name Description
Read/write property DestinationID Returns the destination ID.
Read/write property OriginID Returns the origin ID.
Read/write property OutFields Returns the out fields.
Read/write property 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.

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