API Help
Eplan.EplApi.DataModel.E3D Namespace / Connection3DPropertyList Class
Members Example

In This Topic
    Connection3DPropertyList Class
    In This Topic
    This class represents collection of properties of Connection3D class. Please check also base classes for other properties which are available for Connection3D objects: Eplan.EplApi.DataModel.ConnectionPropertyList, Eplan.EplApi.DataModel.StorableObjectPropertyList
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.UniversalPropertyList
          Eplan.EplApi.DataModel.StorableObjectPropertyList
             Eplan.EplApi.DataModel.ConnectionPropertyList
                Eplan.EplApi.DataModel.E3D.Connection3DPropertyList

    Syntax
    [DefaultMember("Property")]
    public class Connection3DPropertyList : Eplan.EplApi.DataModel.ConnectionPropertyList 
    [DefaultMember("Property")]
    public ref class Connection3DPropertyList : public Eplan.EplApi.DataModel.ConnectionPropertyList 
    Remarks
    It uses operator[] in order to access its elements (stored properties).

    Property list is a container for property values and just like them can be online or offline. If property list is online it means that is associated with properties of some StorableObject or other property list. In this case if any property is added, changed or removed from property list the result is also visible in related objects. Whether property list is online or offline is being determine in time of it's creation and can not be changed.

    Example
    Example shows usage of online an offline property list:
    //creation of online property list
    FunctionPropertyList oPropertyListOnline1 = oFunction.Properties;
    oPropertyListOnline1.FUNC_COMMENT = "Comment";
    //now oFunction.Properties.FUNC_COMMENT is equal "Comment"
    
    FunctionPropertyList oPropertyLineOnline2 = new FunctionPropertyList(oFunction);
    oPropertyLineOnline2.FUNC_COMMENT = "Test";
    //now oFunction.Properties.FUNC_COMMENT is equal "Test"
    
    //creation of offline property list
    FunctionPropertyList oPropertyLineOffline = new FunctionPropertyList();
    oPropertyLineOffline.FUNC_COMMENT = "Test comment";
    oFunction.Properties.FUNC_COMMENT = oPropertyLineOffline.FUNC_COMMENT;
    oPropertyLineOffline.FUNC_COMMENT = "Offline comment";
    //now oPropertyLineOffline.FUNC_COMMENT is equal "Test comment"
    
    
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverloaded. Material # 22081. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Standard # 22227. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Pipe class # 22224. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Nominal pressure level # 22226. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Nominal width # 22225. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. # 25030. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Topology: Routing path types # 20344. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Topology: Routing track # 20237. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Topology: Structure # 20245. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Manually set # 31046. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Autoconnecting line: Color # 31005. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Autoconnecting line: Pattern length # 31018. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Autoconnecting line: Layer # 31017. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Autoconnecting line: Line type # 31015. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Autoconnecting line: Line thickness # 31016. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Alternative connection cross-section / diameter # 31025. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Unit for alternative connection cross-section / diameter # 31065. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Alternative connection cross-section / diameter with unit # 31064. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Unit for connection cross-section / diameter (automatic) # 31060. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Bundle group # 31093. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Pair index # 31050. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Shielded by # 31049. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Topology: Connection splicers passed through (sorted) # 31137. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Topology: Distance between connection splicers and source # 31138. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Topology: Routing track specification # 31119. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection index # 31078. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Daisy chain index # 31077. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection description # 31009. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection designation # 31011. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Connection point length target # 31083. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Target # 31020. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Object identification: Target # 31161. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection splicers passed through # 31136. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Dual sleeve prescribed at 2 targets at the target # 31099. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Dual sleeve prescribed at 2 targets at the source # 31098. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Flow # 31085. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (automatic) # 31105. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number (automatic) # 31111. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (automatic) # 31103. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (automatic) # 31107. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (automatic) # 31101. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (automatic) # 31134. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (automatic) # 31109. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment: Main identifier (automatic) # 31106. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Grouping # 31069. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection definition point exists # 31089. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection splicers exist # 31139. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number: Main identifier (automatic) # 31112. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Cable connection # 31058. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Conduit connection # 31086. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Phase busbar connection # 31135. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Line # 31146. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Association # 31142. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location: Main identifier (automatic) # 31104. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Target: Placement # 31022. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Source: Placement # 31021. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Substance # 31068. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Color (multilingual) # 31061. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Net index # 31076. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Target: Target number # 31024. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Source: Target number # 31023. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Name of page containing connection # 31026. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Piping name # 31157. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site: Main identifier (automatic) # 31108. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function: Main identifier (automatic) # 31102. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Pressure # 31082. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product: Main identifier (automatic) # 31133. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Protected routing # 31113. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing track target: X coordinate # 31151. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing track target: Y coordinate # 31152. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing track target: Z coordinate # 31153. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing track source: X coordinate # 31148. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing track source: Y coordinate # 31149. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing track source: Z coordinate # 31150. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing direction target # 31115. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing direction source # 31114. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Target: Sleeve cross-section # 31054. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Source: Sleeve cross-section # 31053. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Source # 31019. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Connection point length source # 31080. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Object identification: Source # 31160. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. State (substance) # 31081. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Target: Stripping length # 31056. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Source: Stripping length # 31055. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Exchange source and target # 31013. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Internal / External index: Target # 31141. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Internal / External index: Source # 31140. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Temperature # 31084. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Associated terminal connection point (connection point designation) # 31118. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection dimension target # 31097. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection dimension source # 31096. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Type of administration # 31075. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Wire termination processing target # 31052. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Wire termination processing source # 31051. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure: Main identifier (automatic) # 31110. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Bundle # 31092. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Cross-section / diameter # 31002. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Unit for connection cross-section / diameter # 31059. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Cross-section / diameter with unit # 31007. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Length with unit # 31003. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Length (full) # 31090. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Unit of length # 31001. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Length # 31000. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection color / number # 31004. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Type designation # 31048. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Layout space: Routing track # 31095. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Layout space: Routing track specification # 31094. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Layout space: Specification for entry into routing path network (target) # 31116. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Layout space: Specification for entry into routing path network (source) # 31100. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Pressure line / control line # 31057. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment # 1320. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment: Description # 1350. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment with preceding sign # 1340. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number # 1720. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number: Description # 1750. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number with preceding sign # 1740. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location # 1220. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location: Description # 1250. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location with preceding sign # 1240. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site # 1420. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site: Description # 1450. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site with preceding sign # 1440. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function # 1120. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function: Description # 1150. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function with preceding sign # 1140. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product # 1820. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product: Description # 1850. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product with preceding sign # 1840. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier, complete) # 1321. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number (sub-identifier, complete) # 1721. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (sub-identifier, complete) # 1221. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier, complete) # 1421. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (sub-identifier, complete) # 1121. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier, complete) # 1821. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier, complete) # 1621. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure # 1620. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure: Description # 1650. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure with preceding sign # 1640. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (main identifier) # 1300. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (main identifier): Description # 1330. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (leading identifiers) # 1322. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number (main identifier) # 1700. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number (main identifier): Description # 1730. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number (leading identifiers) # 1722. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (main identifier) # 1200. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (main identifier): Description # 1230. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (leading identifiers) # 1222. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (main identifier) # 1400. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (main identifier): Description # 1430. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (leading identifiers) # 1422. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (main identifier) # 1100. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (main identifier): Description # 1130. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (leading identifiers) # 1122. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (main identifier) # 1800. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (main identifier): Description # 1830. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (leading identifiers) # 1822. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 1) # 1301. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 1): Description # 1331. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 2) # 1302. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 2): Description # 1332. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 3) # 1303. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 3): Description # 1333. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 4) # 1304. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 4): Description # 1334. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 5) # 1305. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 5): Description # 1335. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 6) # 1306. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 6): Description # 1336. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 7) # 1307. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 7): Description # 1337. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 8) # 1308. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 8): Description # 1338. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 9) # 1309. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (Sub-identifier 9): Description # 1339. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 1) # 1201. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 1): Description # 1231. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 2) # 1202. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 2): Description # 1232. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 3) # 1203. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 3): Description # 1233. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 4) # 1204. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 4): Description # 1234. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 5) # 1205. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 5): Description # 1235. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 6) # 1206. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 6): Description # 1236. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 7) # 1207. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 7): Description # 1237. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 8) # 1208. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 8): Description # 1238. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 9) # 1209. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Mounting location (Sub-identifier 9): Description # 1239. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 1) # 1401. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 1): Description # 1431. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 2) # 1402. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 2): Description # 1432. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 3) # 1403. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 3): Description # 1433. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 4) # 1404. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 4): Description # 1434. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 5) # 1405. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 5): Description # 1435. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 6) # 1406. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 6): Description # 1436. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 7) # 1407. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 7): Description # 1437. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 8) # 1408. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 8): Description # 1438. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 9) # 1409. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (Sub-identifier 9): Description # 1439. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 1) # 1101. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 1): Description # 1131. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 2) # 1102. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 2): Description # 1132. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 3) # 1103. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 3): Description # 1133. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 4) # 1104. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 4): Description # 1134. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 5) # 1105. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 5): Description # 1135. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 6) # 1106. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 6): Description # 1136. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 7) # 1107. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 7): Description # 1137. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 8) # 1108. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 8): Description # 1138. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 9) # 1109. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function (Sub-identifier 9): Description # 1139. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 1) # 1801. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 1): Description # 1831. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 2) # 1802. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 2): Description # 1832. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 3) # 1803. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 3): Description # 1833. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 4) # 1804. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 4): Description # 1834. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 5) # 1805. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 5): Description # 1835. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 6) # 1806. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 6): Description # 1836. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 7) # 1807. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 7): Description # 1837. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 8) # 1808. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 8): Description # 1838. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 9) # 1809. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (Sub-identifier 9): Description # 1839. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (main identifier) # 1600. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (main identifier): Description # 1630. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (leading identifiers) # 1622. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 1) # 1601. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 1): Description # 1631. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 2) # 1602. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 2): Description # 1632. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 3) # 1603. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 3): Description # 1633. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 4) # 1604. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 4): Description # 1634. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 5) # 1605. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 5): Description # 1635. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 6) # 1606. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 6): Description # 1636. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 7) # 1607. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 7): Description # 1637. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 8) # 1608. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 8): Description # 1638. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 9) # 1609. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (Sub-identifier 9): Description # 1639. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Trade (Defined working sections) # 25000. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyReturns array of property ids. Returns array of AnyPropertyId objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public PropertyReturns array of PropertyValue objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public PropertyOverloaded. Additional identifying name element # 20032. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Suppl. field: Yes / No # 20916. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Suppl. field: Text # 20915. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. AutomationML GUID (accessories) # 20399. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Assembly # 20905. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Assembly structure # 20922. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Assembly variant # 20923. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part allocation # 20904. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Used drilling pattern # 20284. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Number of units / quantity # 20102. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: Designation 1 # 20193. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: Designation 2 # 20194. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: Designation 3 # 20203. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. ERP number # 31117. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 1 # 20190. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 10 # 20269. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 11 # 20270. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 12 # 20271. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 13 # 20272. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 14 # 20273. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 15 # 20274. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 16 # 20275. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 17 # 20276. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 18 # 20277. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 19 # 20278. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 2 # 20191. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 20 # 20279. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 3 # 20192. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 4 # 20263. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 5 # 20264. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 6 # 20265. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 7 # 20266. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 8 # 20267. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: External document 9 # 20268. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. External placement # 20917. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function group # 20902. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. # 20358. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Service time # 20909. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Lubrication / maintenance # 20912. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Manufacturer # 20921. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part: Mounting surface # 20918. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part description # 31014. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Order number # 20919. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Subset / length # 31008. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Subset / length (full) # 31091. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Subset / length in unit of project # 31040. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Unit for subset / length # 31012. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Subset / length: Value # 31010. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Subset / length with unit of project # 31043. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part number # 20100. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Record type # 20103. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part group # 20903. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Item number # 20464. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Quantity / subset in unit of project # 31044. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Spare part # 20907. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Stress # 20910. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Supplier # 20920. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Suppress in bill of materials (if filtered) # 20105. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Procurement # 20911. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Safety-related values: Use case in use # 20307. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Part variant # 20101. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Wearing part # 20908. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Bill of materials group # 20924. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Block property # 20201. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Cable name includes source / target # 20069. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function definition: Category # 20115. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function definition: Category / Group / Definition # 20188. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function definition: Area # 20088. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Circuit number # 20317. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Identifier # 20013. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Remark # 20045. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Item number # 20318. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function definition # 20026. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Name of target connection point # 20077. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Counter # 20014. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Trade # 20466. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Media code # 20316. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function definition: Description # 20117. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (full, without project structures) # 20009. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (full, without project structures, with preceding sign) # 20213. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Name (without project structures) # 20058. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Name (without project structures, with preceding sign) # 20214. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (superior, without project structures) # 20003. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (superior, without project structures, with preceding sign) # 20211. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Superior product aspect incl. name supplement # 20335. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate, without project structures) # 20004. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate, without project structures, with preceding sign) # 20212. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Subordinate product aspect incl. name supplement # 20336. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (project structures only) # 20020. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Device group # 20294. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Column # 20152. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Application # 20155. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Page # 20150. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Subpage # 20151. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Row # 20153. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Section # 20154. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Supplementary field 1 # 20156. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Supplementary field 2 # 20157. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Supplementary field 3 # 20158. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Supplementary field 4 # 20159. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Supplementary field 5 # 20160. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Column # 20172. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Application # 20175. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Page # 20170. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Subpage # 20171. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Row # 20173. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Section # 20174. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Supplementary field 1 # 20176. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Supplementary field 2 # 20177. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Supplementary field 3 # 20178. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Supplementary field 4 # 20179. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Supplementary field 5 # 20180. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Device protection # 20475. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Name of target connection point (full) # 20048. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (full) # 20006. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Name (full) # 20001. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Engraving text # 20025. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function definition: Group # 20116. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (identifying) # 20005. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Identifying DT elements # 20096. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (identifying, without project structures) # 20008. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (identifying, without project structures, with preceding sign) # 20215. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Name (identifying) # 20000. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Identifying name elements # 20095. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function exists with 'Multi-line' representation type # 20470. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function exists with 'Overview' representation type # 20473. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function exists with 'Pair cross-reference' representation type # 20472. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function exists with 'P&I diagram' representation type # 20474. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function exists with 'Single-line' representation type # 20471. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Macro # 20468. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Module ID # 20359. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Identifier # 20017. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate):Counter # 20018. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Prefix # 20016. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Subcounter # 20019. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Prefix # 20012. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Number of functions # 20110. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Subtrade # 20467. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Subcounter # 20015. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Supplementary field # 20901. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Representation type # 20121. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Type designation of part # 20200. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Message text # 20185. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Marked for deletion # 20186. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function template: Template group (multi-line) # 20429. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function template: Description # 20389. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Wire harness name # 31143. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Placement # 19007. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Revision change marker (from property comparison) # 10153. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Revision marker (from property comparison) # 10152. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Representation type / report type # 19021. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Intrinsically safe # 31030. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Messages in message management # 20930. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyStorableObject to which this property list is connected. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public PropertyOverloaded. Name of potential # 33000. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Net name # 33007. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Superior potential # 33001. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Signal name # 33006. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Potential type # 31006. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Potential value # 33003. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Method used by operator[] in order to access indexed properties.  
    Public PropertyOverloaded. Object identification # 2000. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.StorableObjectPropertyList)
    Public PropertyOverloaded. Bundle: Connection point designation # 19070. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Subproject number # 25101. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Change protection # 3014. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Change protection (hierarchical) # 3015. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Copies properties to other property list. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public MethodDestructor for deterministic finalization of Connection3DPropertyList object. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public MethodOverloaded. Checks property existence for used obiect.  
    Public MethodInternal method. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Top
    See Also