IUNRelationshipClassValue Interface

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

Members

Name Description
Read/write property DestinationID Returns the destination ID.
Read/write property Name Returns the name.
Read/write property OriginID Returns the origin ID.
Read/write property RelationshipValues Returns the relationship values.

IUNRelationshipClassValue.DestinationID Property

Returns the destination ID.

Public Property DestinationID As Integer
public int DestinationID {get; set;}

IUNRelationshipClassValue.Name Property

Returns the name.

Public Property Name As String
public string Name {get; set;}

IUNRelationshipClassValue.OriginID Property

Returns the origin ID.

Public Property OriginID As Integer
public int OriginID {get; set;}

IUNRelationshipClassValue.RelationshipValues Property

Returns the relationship values.

Public Property RelationshipValues As IArray
public IArray RelationshipValues {get; set;}

Classes that implement IUNRelationshipClassValue

Classes Description
UNRelationshipClassValue UN Relationship Class Value.

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