Eplan Platform API
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. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Standard # 22227. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Pipe class # 22224. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Nominal pressure level # 22226. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Nominal width # 22225. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. # 25030. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Topology: Routing path types # 20344. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Topology: Routing track # 20237. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Topology: Structure # 20245. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Manually set # 31046. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Autoconnecting line: Color # 31005. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Autoconnecting line: Pattern length # 31018. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Autoconnecting line: Layer # 31017. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Autoconnecting line: Line type # 31015. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Autoconnecting line: Line thickness # 31016. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Alternative connection cross-section / diameter # 31025. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Unit for alternative connection cross-section / diameter # 31065. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Alternative connection cross-section / diameter with unit # 31064. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Unit for connection cross-section / diameter (automatic) # 31060. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Bundle group # 31093. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Pair index # 31050. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Shielded by # 31049. (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. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection index # 31078. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Daisy chain index # 31077. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection description # 31009. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection designation # 31011. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Connection point length target # 31083. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Target # 31020. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Object identification: Target # 31161. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection splicers passed through # 31136. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Dual sleeve prescribed at 2 targets at the target # 31099. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Dual sleeve prescribed at 2 targets at the source # 31098. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Flow # 31085. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (automatic) # 31105. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number (automatic) # 31111. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (automatic) # 31103. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (automatic) # 31107. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (automatic) # 31101. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (automatic) # 31134. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (automatic) # 31109. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment: Main identifier (automatic) # 31106. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Grouping # 31069. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection definition point exists # 31089. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection splicers exist # 31139. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number: Main identifier (automatic) # 31112. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Cable connection # 31058. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Conduit connection # 31086. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Phase busbar connection # 31135. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Line # 31146. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Association # 31142. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation: Main identifier (automatic) # 31104. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Target: Placement # 31022. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Source: Placement # 31021. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Substance # 31068. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Color (multilingual) # 31061. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Net index # 31076. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Target: Target number # 31024. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Source: Target number # 31023. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Name of page containing connection # 31026. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Piping name # 31157. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site: Main identifier (automatic) # 31108. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation: Main identifier (automatic) # 31102. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Pressure # 31082. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product: Main identifier (automatic) # 31133. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Protected routing # 31113. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing track target: X coordinate # 31151. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing track target: Y coordinate # 31152. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing track target: Z coordinate # 31153. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing track source: X coordinate # 31148. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing track source: Y coordinate # 31149. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing track source: Z coordinate # 31150. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing direction target # 31115. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Routing direction source # 31114. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Target: Sleeve cross-section # 31054. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Source: Sleeve cross-section # 31053. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Source # 31019. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Connection point length source # 31080. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Object identification: Source # 31160. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. State (substance) # 31081. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Target: Stripping length # 31056. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Source: Stripping length # 31055. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Exchange source and target # 31013. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Internal / External index: Target # 31141. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Internal / External index: Source # 31140. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Temperature # 31084. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Associated terminal connection point (connection point designation) # 31118. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection dimension target # 31097. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection dimension source # 31096. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Type of administration # 31075. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Wire termination processing target # 31052. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Wire termination processing source # 31051. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure: Main identifier (automatic) # 31110. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Bundle # 31092. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Cross-section / diameter # 31002. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Unit for connection cross-section / diameter # 31059. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Cross-section / diameter with unit # 31007. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Length with unit # 31003. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Length (full) # 31090. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Unit of length # 31001. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Length # 31000. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection color / number # 31004. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Connection: Type designation # 31048. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Layout space: Routing track # 31095. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Layout space: Routing track specification # 31094. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Layout space: Specification for entry into routing path network (target) # 31116. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Layout space: Specification for entry into routing path network (source) # 31100. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Pressure line / control line # 31057. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment # 1320. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment: Description # 1350. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment with preceding sign # 1340. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number # 1720. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number: Description # 1750. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number with preceding sign # 1740. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation # 1220. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation: Description # 1250. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation with preceding sign # 1240. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site # 1420. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site: Description # 1450. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site with preceding sign # 1440. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation # 1120. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation: Description # 1150. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation with preceding sign # 1140. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product # 1820. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product: Description # 1850. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product with preceding sign # 1840. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier, complete) # 1321. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number (sub-identifier, complete) # 1721. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier, complete) # 1221. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier, complete) # 1421. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier, complete) # 1121. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier, complete) # 1821. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier, complete) # 1621. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure # 1620. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure: Description # 1650. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure with preceding sign # 1640. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (main identifier) # 1300. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (main identifier): Description # 1330. (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. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number (main identifier): Description # 1730. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Higher-level function number (leading identifiers) # 1722. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (main identifier) # 1200. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (main identifier): Description # 1230. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (leading identifiers) # 1222. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (main identifier) # 1400. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (main identifier): Description # 1430. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (leading identifiers) # 1422. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (main identifier) # 1100. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (main identifier): Description # 1130. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (leading identifiers) # 1122. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (main identifier) # 1800. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (main identifier): Description # 1830. (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. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 1): Description # 1331. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 2) # 1302. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 2): Description # 1332. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 3) # 1303. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 3): Description # 1333. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 4) # 1304. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 4): Description # 1334. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 5) # 1305. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 5): Description # 1335. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 6) # 1306. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 6): Description # 1336. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 7) # 1307. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 7): Description # 1337. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 8) # 1308. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 8): Description # 1338. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 9) # 1309. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Functional assignment (sub-identifier 9): Description # 1339. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 1) # 1201. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 1): Description # 1231. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 2) # 1202. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 2): Description # 1232. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 3) # 1203. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 3): Description # 1233. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 4) # 1204. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 4): Description # 1234. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 5) # 1205. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 5): Description # 1235. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 6) # 1206. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 6): Description # 1236. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 7) # 1207. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 7): Description # 1237. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 8) # 1208. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 8): Description # 1238. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 9) # 1209. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Location designation (sub-identifier 9): Description # 1239. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 1) # 1401. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 1): Description # 1431. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 2) # 1402. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 2): Description # 1432. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 3) # 1403. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 3): Description # 1433. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 4) # 1404. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 4): Description # 1434. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 5) # 1405. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 5): Description # 1435. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 6) # 1406. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 6): Description # 1436. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 7) # 1407. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 7): Description # 1437. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 8) # 1408. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 8): Description # 1438. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 9) # 1409. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Installation site (sub-identifier 9): Description # 1439. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 1) # 1101. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 1): Description # 1131. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 2) # 1102. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 2): Description # 1132. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 3) # 1103. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 3): Description # 1133. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 4) # 1104. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 4): Description # 1134. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 5) # 1105. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 5): Description # 1135. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 6) # 1106. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 6): Description # 1136. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 7) # 1107. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 7): Description # 1137. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 8) # 1108. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 8): Description # 1138. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 9) # 1109. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function designation (sub-identifier 9): Description # 1139. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 1) # 1801. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 1): Description # 1831. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 2) # 1802. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 2): Description # 1832. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 3) # 1803. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 3): Description # 1833. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 4) # 1804. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 4): Description # 1834. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 5) # 1805. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 5): Description # 1835. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 6) # 1806. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 6): Description # 1836. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 7) # 1807. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 7): Description # 1837. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 8) # 1808. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 8): Description # 1838. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 9) # 1809. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Product (sub-identifier 9): Description # 1839. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (main identifier) # 1600. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (main identifier): Description # 1630. (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. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 1): Description # 1631. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 2) # 1602. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 2): Description # 1632. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 3) # 1603. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 3): Description # 1633. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 4) # 1604. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 4): Description # 1634. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 5) # 1605. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 5): Description # 1635. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 6) # 1606. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 6): Description # 1636. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 7) # 1607. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 7): Description # 1637. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 8) # 1608. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 8): Description # 1638. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 9) # 1609. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. User-defined structure (sub-identifier 9): Description # 1639. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Trade (Defined working sections) # 25000. (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. (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. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Can have parts data # 20612. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function definition: Category # 20115. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function definition: Category / Group / Definition # 20188. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function definition: Area # 20088. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Circuit number # 20317. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Identifier # 20013. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Remark # 20045. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Item number # 20318. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function definition # 20026. (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. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Trade # 20466. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Media code # 20316. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function definition: Description # 20117. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (full, without project structures) # 20009. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (full, without project structures, with preceding sign) # 20213. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Name (without project structures) # 20058. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Name (without project structures, with preceding sign) # 20214. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (superior, without project structures) # 20003. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (superior, without project structures, with preceding sign) # 20211. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Superior product aspect incl. name supplement # 20335. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate, without project structures) # 20004. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate, without project structures, with preceding sign) # 20212. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Subordinate product aspect incl. name supplement # 20336. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (project structures only) # 20020. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Device group # 20294. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Column # 20152. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Application # 20155. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Page # 20150. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Subpage # 20151. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Row # 20153. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Section # 20154. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Supplementary field 1 # 20156. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Supplementary field 2 # 20157. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Supplementary field 3 # 20158. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Supplementary field 4 # 20159. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Supplementary field 5 # 20160. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Column # 20172. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Application # 20175. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Page # 20170. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Subpage # 20171. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Row # 20173. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Section # 20174. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Supplementary field 1 # 20176. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Supplementary field 2 # 20177. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Supplementary field 3 # 20178. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Supplementary field 4 # 20179. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Supplementary field 5 # 20180. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Device protection # 20475. (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. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Name (full) # 20001. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Engraving text # 20025. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function definition: Group # 20116. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (identifying) # 20005. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Identifying DT elements # 20096. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (identifying, without project structures) # 20008. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (identifying, without project structures, with preceding sign) # 20215. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Name (identifying) # 20000. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Identifying name elements # 20095. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function exists with 'Multi-line' representation type # 20470. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function exists with 'Overview' representation type # 20473. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function exists with 'Pair cross-reference' representation type # 20472. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function exists with 'P&I diagram' representation type # 20474. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function exists with 'Single-line' representation type # 20471. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Macro # 20468. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT ID # 20359. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Identifier # 20017. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate):Counter # 20018. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Prefix # 20016. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT (subordinate): Subcounter # 20019. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Prefix # 20012. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Number of functions # 20110. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Subtrade # 20467. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. DT: Subcounter # 20015. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Supplementary field # 20901. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Representation type # 20121. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Type designation of part # 20200. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Message text # 20185. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Marked for deletion # 20186. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function template: Template group (multi-line) # 20429. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Function template: Description # 20389. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Wire harness name # 31143. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Placement # 19007. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Revision change marker (from property comparison) # 10153. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Revision marker (from property comparison) # 10152. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Representation type / report type # 19021. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Intrinsically safe # 31030. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Messages in message management # 20930. (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. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Net name # 33007. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Superior potential # 33001. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Signal name # 33006. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Potential type # 31006. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Potential value # 33003. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Method used by operator[] in order to access indexed properties.  
    Public PropertyOverloaded. Object identification # 2000. (Inherited from Eplan.EplApi.DataModel.StorableObjectPropertyList)
    Public PropertyOverloaded. Bundle: Connection point designation # 19070. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Subproject number # 25101. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Change protection # 3014. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList)
    Public PropertyOverloaded. Change protection (hierarchical) # 3015. (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