IAssociationObject3 Interface

Provides access to the ObjectID and GlobalID of a utility network association object.

Members

Name Description
Read/write property AssociationID Returns the association record Global ID.
Read/write property AssociationType Returns the type of association.
Read/write property ErrorCode Returns the association record errorCode.
Read/write property ErrorMessage Returns the association record error message.
Read/write property FromFeatureID Returns the from feature Global ID.
Read/write property FromSourceID Returns the from feature source ID.
Read/write property FromTerminalID Returns the from feature terminal ID if applicable.
Read/write property Geometry Returns the association geometry.
Read/write property GlobalID Returns the association record Global ID.
Read/write property IsContentVisible Returns the association record isContentVisible.
Read/write property ObjectID Returns the association record Object ID.
Read/write property PercentAlong Returns the association record percent along.
Read/write property Status Returns the association record status.
Read/write property ToFeatureID Returns the to feature Global ID.
Read/write property ToSourceID Returns the to feature source ID.
Read/write property ToTerminalID Returns the to feature terminal ID if applicable.

IAssociationObject3.GlobalID Property

Returns the association record Global ID.

Public Property GlobalID As Guid
public Guid GlobalID {get; set;}

IAssociationObject3.ObjectID Property

Returns the association record Object ID.

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

Inherited Interfaces

Interfaces Description
IAssociationObject2 Provides access to Status, ErrorCode, ErrorMessage, PercentAlong, IsContentVisible of a utility network association object.
IAssociationObject Provides access to members that specify the properties of a utility network association object.

Classes that implement IAssociationObject3

Classes Description
AssociationObject Association Object.

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