Provides access to Status, ErrorCode, ErrorMessage, PercentAlong, IsContentVisible 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. |
![]() |
IsContentVisible | Returns the association record isContentVisible. |
![]() |
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. |
IAssociationObject2.ErrorCode Property
Returns the association record errorCode.
Public Property ErrorCode As Long
public long ErrorCode {get; set;}
IAssociationObject2.ErrorMessage Property
Returns the association record error message.
Public Property ErrorMessage As String
public string ErrorMessage {get; set;}
IAssociationObject2.IsContentVisible Property
Returns the association record isContentVisible.
Public Property IsContentVisible As Boolean
public bool IsContentVisible {get; set;}
IAssociationObject2.PercentAlong Property
Returns the association record percent along.
Public Property PercentAlong As Double
public double PercentAlong {get; set;}
IAssociationObject2.Status Property
Returns the association record status.
Public Property Status As Integer
public int Status {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IAssociationObject | Provides access to members that specify the properties of a utility network association object. |
Classes that implement IAssociationObject2
Classes | Description |
---|