ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / AssociationDescription Class
Properties


In This Topic
    AssociationDescription Class Members
    In This Topic

    The following tables list the members exposed by AssociationDescription.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the association type between Row1 and Row2.  
    Public PropertyGets a value indicating whether the content in the map is visible when outside of a container view if this Association represents a ArcGIS.Core.Data.UtilityNetwork.AssociationType.Containment association. For all other AssociationTypes the value is False.  
    Public PropertyGets the percent along the midspan of a non-spatial edge object that a junction or non-spatial junction object is connected to if this Association represents a ArcGIS.Core.Data.UtilityNetwork.AssociationType.JunctionEdgeObjectConnectivityMidspan association. For all other AssocationTypes the value is null.  
    Public PropertyGets the first row in the association.  
    Public PropertyGets the second row in the association.  
    Public Property If the first row represents a device with terminals, the terminal on the first row to connect. Otherwise the value is -1.  
    Public Property If the second row represents a device with terminals, the terminal on the second row to connect. Otherwise the value is -1.  
    Top
    See Also