API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class
Members Example

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