Provides access to the ObjectID and GlobalID of a utility network association object.
Members
Name | Description | |
---|---|---|
![]() |
AssociationID | Returns the association record Global ID. |
![]() |
AssociationType | Returns the type of association. |
![]() |
ErrorCode | Returns the association record errorCode. |
![]() |
ErrorMessage | Returns the association record error message. |
![]() |
FromFeatureID | Returns the from feature Global ID. |
![]() |
FromSourceID | Returns the from feature source ID. |
![]() |
FromTerminalID | Returns the from feature terminal ID if applicable. |
![]() |
Geometry | Returns the association geometry. |
![]() |
GlobalID | Returns the association record Global ID. |
![]() |
IsContentVisible | Returns the association record isContentVisible. |
![]() |
ObjectID | Returns the association record Object ID. |
![]() |
PercentAlong | Returns the association record percent along. |
![]() |
Status | Returns the association record status. |
![]() |
ToFeatureID | Returns the to feature Global ID. |
![]() |
ToSourceID | Returns the to feature source ID. |
![]() |
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. |