System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.ConnectionPropertyList
Eplan.EplApi.DataModel.Topology.RoutedConnectionPropertyList
System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.ConnectionPropertyList
Eplan.EplApi.DataModel.Topology.RoutedConnectionPropertyList
[DefaultMember("Property")] public class RoutedConnectionPropertyList : Eplan.EplApi.DataModel.ConnectionPropertyList
[DefaultMember("Property")] public ref class RoutedConnectionPropertyList : public Eplan.EplApi.DataModel.ConnectionPropertyList
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.
//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"
Name | Description | |
---|---|---|
RoutedConnectionPropertyList Constructor | Overloaded. |
Name | Description | |
---|---|---|
ARTICLE_MATERIAL | Overloaded. Material # 22081. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
ARTICLE_NORM | Overloaded. Standard # 22227. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
ARTICLE_PIPECLASS | Overloaded. Pipe class # 22224. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
ARTICLE_PRESSURELEVEL | Overloaded. Nominal pressure level # 22226. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
ARTICLE_WIDTHRATING | Overloaded. Nominal width # 22225. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
AUTOMATIONML_OBJECTID | Overloaded. # 25030. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CABLING_DUCT_TYPES | Overloaded. Topology: Routing path types # 20344. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CABLING_PATH | Overloaded. Topology: Routing track # 20237. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CABLING_STRUCTURE | Overloaded. Topology: Structure # 20245. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CDP_SET_AS_MANUAL | Overloaded. Manually set # 31046. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ACL_COLOR | Overloaded. Autoconnecting line: Color # 31005. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ACL_FACTOR | Overloaded. Autoconnecting line: Pattern length # 31018. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ACL_LAYER | Overloaded. Autoconnecting line: Layer # 31017. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ACL_STYLE | Overloaded. Autoconnecting line: Line type # 31015. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ACL_WIDTH | Overloaded. Autoconnecting line: Line thickness # 31016. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ALTERNATE_WIRECROSSSECTION | Overloaded. Alternative connection cross-section / diameter # 31025. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ALTERNATE_WIRECROSSSECTION_UNIT | Overloaded. Unit for alternative connection cross-section / diameter # 31065. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_AUTO_ALTERNATE_WIRECROSSSECTION_WITH_UNIT | Overloaded. Alternative connection cross-section / diameter with unit # 31064. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_AUTO_WIRECROSSSECTION_UNIT | Overloaded. Unit for connection cross-section / diameter (automatic) # 31060. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_BUNDLE_GROUP | Overloaded. Bundle group # 31093. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_CABLEWIRE_PAIRINDEX | Overloaded. Pair index # 31050. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_CABLEWIRE_SHIELDEDBY | Overloaded. Shielded by # 31049. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_CABLING_DISTRIBUTOR | Overloaded. Topology: Connection splicers passed through (sorted) # 31137. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_CABLING_DISTRIBUTOR_DISTANCE | Overloaded. Topology: Distance between connection splicers and source # 31138. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_CABLING_PATH_PRESETTING | Overloaded. Topology: Routing track specification # 31119. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_CONNECTION_INDEX | Overloaded. Connection index # 31078. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_DAISYCHAIN_INDEX | Overloaded. Daisy chain index # 31077. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_DESCRIPTION | Overloaded. Connection description # 31009. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_DESIGNATION | Overloaded. Connection designation # 31011. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_DEST_CP_LENGTH | Overloaded. Connection: Connection point length target # 31083. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_DESTINATION | Overloaded. Target # 31020. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_DESTINATION_DBOBJECTID | Overloaded. Object identification: Target # 31161. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_DISTRIBUTORS | Overloaded. Connection splicers passed through # 31136. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_DOUBLE_SLEEVES_DESTINATION | Overloaded. Dual sleeve prescribed at 2 targets at the target # 31099. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_DOUBLE_SLEEVES_SOURCE | Overloaded. Dual sleeve prescribed at 2 targets at the source # 31098. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_FLOW | Overloaded. Flow # 31085. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_FULLFUNCTIONALASSIGNMENT_AUTOMATIC | Overloaded. Functional assignment (automatic) # 31105. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_FULLINSTALLATIONNUMBER_AUTOMATIC | Overloaded. Higher-level function number (automatic) # 31111. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_FULLLOCATION_AUTOMATIC | Overloaded. Mounting location (automatic) # 31103. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_FULLPLACEOFINSTALLATION_AUTOMATIC | Overloaded. Installation site (automatic) # 31107. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_FULLPLANT_AUTOMATIC | Overloaded. Higher-level function (automatic) # 31101. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_FULLPRODUCT_AUTOMATIC | Overloaded. Product (automatic) # 31134. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_FULLUSERDEFINED_AUTOMATIC | Overloaded. User-defined structure (automatic) # 31109. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_FUNCTIONALASSIGNMENT_AUTOMATIC | Overloaded. Functional assignment: Main identifier (automatic) # 31106. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_GROUPING | Overloaded. Grouping # 31069. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_HAS_CDP | Overloaded. Connection definition point exists # 31089. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_HAS_DISTRIBUTOR | Overloaded. Connection splicers exist # 31139. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_INSTALLATIONNUMBER_AUTOMATIC | Overloaded. Higher-level function number: Main identifier (automatic) # 31112. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_IS_CABLE | Overloaded. Cable connection # 31058. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_IS_PACKET | Overloaded. Conduit connection # 31086. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_IS_PHASEBAR | Overloaded. Phase busbar connection # 31135. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_IS_PIPE | Overloaded. Line # 31146. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_KINDOFWIRE | Overloaded. Connection: Association # 31142. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_LOCATION_AUTOMATIC | Overloaded. Mounting location: Main identifier (automatic) # 31104. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_LOCATION_DESTINATION | Overloaded. Target: Placement # 31022. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_LOCATION_SOURCE | Overloaded. Source: Placement # 31021. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_MEDIUM | Overloaded. Substance # 31068. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_MLWIRENUMBER | Overloaded. Connection: Color (multilingual) # 31061. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_NET_INDEX | Overloaded. Net index # 31076. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_NR_DESTINATION | Overloaded. Target: Target number # 31024. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_NR_SOURCE | Overloaded. Source: Target number # 31023. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_PAGENAME | Overloaded. Name of page containing connection # 31026. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_PIPENAME | Overloaded. Piping name # 31157. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_PLACEOFINSTALLATION_AUTOMATIC | Overloaded. Installation site: Main identifier (automatic) # 31108. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_PLANT_AUTOMATIC | Overloaded. Higher-level function: Main identifier (automatic) # 31102. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_PRESSURE | Overloaded. Pressure # 31082. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_PRODUCT_AUTOMATIC | Overloaded. Product: Main identifier (automatic) # 31133. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_PROTECTED_ROUTING | Overloaded. Protected routing # 31113. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ROUTE_DESTINATION_XPOS | Overloaded. Routing track target: X coordinate # 31151. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ROUTE_DESTINATION_YPOS | Overloaded. Routing track target: Y coordinate # 31152. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ROUTE_DESTINATION_ZPOS | Overloaded. Routing track target: Z coordinate # 31153. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ROUTE_SOURCE_XPOS | Overloaded. Routing track source: X coordinate # 31148. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ROUTE_SOURCE_YPOS | Overloaded. Routing track source: Y coordinate # 31149. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ROUTE_SOURCE_ZPOS | Overloaded. Routing track source: Z coordinate # 31150. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ROUTING_DIRECTION_DESTINATION | Overloaded. Routing direction target # 31115. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_ROUTING_DIRECTION_SOURCE | Overloaded. Routing direction source # 31114. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_SLEEVECROSSSECTION_DESTINATION | Overloaded. Target: Sleeve cross-section # 31054. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_SLEEVECROSSSECTION_SOURCE | Overloaded. Source: Sleeve cross-section # 31053. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_SOURCE | Overloaded. Source # 31019. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_SOURCE_CP_LENGTH | Overloaded. Connection: Connection point length source # 31080. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_SOURCE_DBOBJECTID | Overloaded. Object identification: Source # 31160. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_STATE | Overloaded. State (substance) # 31081. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_STRIPPINGLENGTH_DESIGNATION | Overloaded. Target: Stripping length # 31056. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_STRIPPINGLENGTH_SOURCE | Overloaded. Source: Stripping length # 31055. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_SWAP_SRC_DEST | Overloaded. Exchange source and target # 31013. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_TARGETINFO_DESTINATION | Overloaded. Internal / External index: Target # 31141. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_TARGETINFO_SOURCE | Overloaded. Internal / External index: Source # 31140. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_TEMPERATURE | Overloaded. Temperature # 31084. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_TERMINAL_CONNECTIONDESIGNATION | Overloaded. Connection: Associated terminal connection point (connection point designation) # 31118. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_TERMINALSIZE_DESTINATION | Overloaded. Connection dimension target # 31097. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_TERMINALSIZE_SOURCE | Overloaded. Connection dimension source # 31096. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_TYPE | Overloaded. Type of administration # 31075. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_TYPEOFENDSTOP_DESTINATION | Overloaded. Wire termination processing target # 31052. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_TYPEOFENDSTOP_SOURCE | Overloaded. Wire termination processing source # 31051. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_USERDEFINED_AUTOMATIC | Overloaded. User-defined structure: Main identifier (automatic) # 31110. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRE_BUNDLE | Overloaded. Bundle # 31092. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRECROSSSECTION | Overloaded. Connection: Cross-section / diameter # 31002. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRECROSSSECTION_UNIT | Overloaded. Unit for connection cross-section / diameter # 31059. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRECROSSSECTION_WITH_UNIT | Overloaded. Connection: Cross-section / diameter with unit # 31007. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRELENGTH | Overloaded. Connection: Length with unit # 31003. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRELENGTH_FULL | Overloaded. Connection: Length (full) # 31090. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRELENGTH_UNIT | Overloaded. Connection: Unit of length # 31001. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRELENGTH_VALUE | Overloaded. Connection: Length # 31000. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRENUMBER | Overloaded. Connection color / number # 31004. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRETYPE | Overloaded. Connection: Type designation # 31048. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRING_PATH | Overloaded. Layout space: Routing track # 31095. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRING_PATH_PRESETTING | Overloaded. Layout space: Routing track specification # 31094. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRING_PATH_PRESETTING_AT_DESTINATION | Overloaded. Layout space: Specification for entry into routing path network (target) # 31116. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WIRING_PATH_PRESETTING_AT_SOURCE | Overloaded. Layout space: Specification for entry into routing path network (source) # 31100. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTION_WORKING_CONTROL_LINE | Overloaded. Pressure line / control line # 31057. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
CONNECTIONCABLING_SINGLELINE_CREATED | Overloaded. Topology: Generated single-line # 20343. This property isn't indexed, and is read-only. | |
DESIGNATION_FULLFUNCTIONALASSIGNMENT | Overloaded. Functional assignment # 1320. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLFUNCTIONALASSIGNMENT_DESCR | Overloaded. Functional assignment: Description # 1350. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLFUNCTIONALASSIGNMENT_WITHPREFIX | Overloaded. Functional assignment with preceding sign # 1340. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLINSTALLATIONNUMBER | Overloaded. Higher-level function number # 1720. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLINSTALLATIONNUMBER_DESCR | Overloaded. Higher-level function number: Description # 1750. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLINSTALLATIONNUMBER_WITHPREFIX | Overloaded. Higher-level function number with preceding sign # 1740. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLLOCATION | Overloaded. Mounting location # 1220. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLLOCATION_DESCR | Overloaded. Mounting location: Description # 1250. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLLOCATION_WITHPREFIX | Overloaded. Mounting location with preceding sign # 1240. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLPLACEOFINSTALLATION | Overloaded. Installation site # 1420. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLPLACEOFINSTALLATION_DESCR | Overloaded. Installation site: Description # 1450. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLPLACEOFINSTALLATION_WITHPREFIX | Overloaded. Installation site with preceding sign # 1440. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLPLANT | Overloaded. Higher-level function # 1120. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLPLANT_DESCR | Overloaded. Higher-level function: Description # 1150. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLPLANT_WITHPREFIX | Overloaded. Higher-level function with preceding sign # 1140. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLPRODUCT | Overloaded. Product # 1820. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLPRODUCT_DESCR | Overloaded. Product: Description # 1850. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLPRODUCT_WITHPREFIX | Overloaded. Product with preceding sign # 1840. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLSUBFUNCTIONALASSIGNMENT | Overloaded. Functional assignment (sub-identifier, complete) # 1321. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLSUBINSTALLATIONNUMBER | Overloaded. Higher-level function number (sub-identifier, complete) # 1721. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLSUBLOCATION | Overloaded. Mounting location (sub-identifier, complete) # 1221. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLSUBPLACEOFINSTALLATION | Overloaded. Installation site (sub-identifier, complete) # 1421. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLSUBPLANT | Overloaded. Higher-level function (sub-identifier, complete) # 1121. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLSUBPRODUCT | Overloaded. Product (sub-identifier, complete) # 1821. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLSUBUSERDEFINED | Overloaded. User-defined structure (sub-identifier, complete) # 1621. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLUSERDEFINED | Overloaded. User-defined structure # 1620. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLUSERDEFINED_DESCR | Overloaded. User-defined structure: Description # 1650. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FULLUSERDEFINED_WITHPREFIX | Overloaded. User-defined structure with preceding sign # 1640. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FUNCTIONALASSIGNMENT | Overloaded. Functional assignment (main identifier) # 1300. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FUNCTIONALASSIGNMENT_DESCR | Overloaded. Functional assignment (main identifier): Description # 1330. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_FUNCTIONALASSIGNMENT_LEADINGPARTS | Overloaded. Functional assignment (leading identifiers) # 1322. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_INSTALLATIONNUMBER | Overloaded. Higher-level function number (main identifier) # 1700. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_INSTALLATIONNUMBER_DESCR | Overloaded. Higher-level function number (main identifier): Description # 1730. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_INSTALLATIONNUMBER_LEADINGPARTS | Overloaded. Higher-level function number (leading identifiers) # 1722. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_LOCATION | Overloaded. Mounting location (main identifier) # 1200. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_LOCATION_DESCR | Overloaded. Mounting location (main identifier): Description # 1230. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_LOCATION_LEADINGPARTS | Overloaded. Mounting location (leading identifiers) # 1222. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_PLACEOFINSTALLATION | Overloaded. Installation site (main identifier) # 1400. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_PLACEOFINSTALLATION_DESCR | Overloaded. Installation site (main identifier): Description # 1430. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_PLACEOFINSTALLATION_LEADINGPARTS | Overloaded. Installation site (leading identifiers) # 1422. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_PLANT | Overloaded. Higher-level function (main identifier) # 1100. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_PLANT_DESCR | Overloaded. Higher-level function (main identifier): Description # 1130. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_PLANT_LEADINGPARTS | Overloaded. Higher-level function (leading identifiers) # 1122. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_PRODUCT | Overloaded. Product (main identifier) # 1800. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_PRODUCT_DESCR | Overloaded. Product (main identifier): Description # 1830. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_PRODUCT_LEADINGPARTS | Overloaded. Product (leading identifiers) # 1822. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT1 | Overloaded. Functional assignment (Sub-identifier 1) # 1301. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT1_DESCR | Overloaded. Functional assignment (Sub-identifier 1): Description # 1331. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT2 | Overloaded. Functional assignment (Sub-identifier 2) # 1302. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT2_DESCR | Overloaded. Functional assignment (Sub-identifier 2): Description # 1332. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT3 | Overloaded. Functional assignment (Sub-identifier 3) # 1303. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT3_DESCR | Overloaded. Functional assignment (Sub-identifier 3): Description # 1333. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT4 | Overloaded. Functional assignment (Sub-identifier 4) # 1304. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT4_DESCR | Overloaded. Functional assignment (Sub-identifier 4): Description # 1334. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT5 | Overloaded. Functional assignment (Sub-identifier 5) # 1305. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT5_DESCR | Overloaded. Functional assignment (Sub-identifier 5): Description # 1335. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT6 | Overloaded. Functional assignment (Sub-identifier 6) # 1306. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT6_DESCR | Overloaded. Functional assignment (Sub-identifier 6): Description # 1336. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT7 | Overloaded. Functional assignment (Sub-identifier 7) # 1307. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT7_DESCR | Overloaded. Functional assignment (Sub-identifier 7): Description # 1337. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT8 | Overloaded. Functional assignment (Sub-identifier 8) # 1308. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT8_DESCR | Overloaded. Functional assignment (Sub-identifier 8): Description # 1338. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT9 | Overloaded. Functional assignment (Sub-identifier 9) # 1309. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT9_DESCR | Overloaded. Functional assignment (Sub-identifier 9): Description # 1339. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION1 | Overloaded. Mounting location (Sub-identifier 1) # 1201. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION1_DESCR | Overloaded. Mounting location (Sub-identifier 1): Description # 1231. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION2 | Overloaded. Mounting location (Sub-identifier 2) # 1202. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION2_DESCR | Overloaded. Mounting location (Sub-identifier 2): Description # 1232. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION3 | Overloaded. Mounting location (Sub-identifier 3) # 1203. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION3_DESCR | Overloaded. Mounting location (Sub-identifier 3): Description # 1233. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION4 | Overloaded. Mounting location (Sub-identifier 4) # 1204. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION4_DESCR | Overloaded. Mounting location (Sub-identifier 4): Description # 1234. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION5 | Overloaded. Mounting location (Sub-identifier 5) # 1205. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION5_DESCR | Overloaded. Mounting location (Sub-identifier 5): Description # 1235. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION6 | Overloaded. Mounting location (Sub-identifier 6) # 1206. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION6_DESCR | Overloaded. Mounting location (Sub-identifier 6): Description # 1236. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION7 | Overloaded. Mounting location (Sub-identifier 7) # 1207. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION7_DESCR | Overloaded. Mounting location (Sub-identifier 7): Description # 1237. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION8 | Overloaded. Mounting location (Sub-identifier 8) # 1208. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION8_DESCR | Overloaded. Mounting location (Sub-identifier 8): Description # 1238. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION9 | Overloaded. Mounting location (Sub-identifier 9) # 1209. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBLOCATION9_DESCR | Overloaded. Mounting location (Sub-identifier 9): Description # 1239. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION1 | Overloaded. Installation site (Sub-identifier 1) # 1401. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION1_DESCR | Overloaded. Installation site (Sub-identifier 1): Description # 1431. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION2 | Overloaded. Installation site (Sub-identifier 2) # 1402. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION2_DESCR | Overloaded. Installation site (Sub-identifier 2): Description # 1432. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION3 | Overloaded. Installation site (Sub-identifier 3) # 1403. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION3_DESCR | Overloaded. Installation site (Sub-identifier 3): Description # 1433. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION4 | Overloaded. Installation site (Sub-identifier 4) # 1404. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION4_DESCR | Overloaded. Installation site (Sub-identifier 4): Description # 1434. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION5 | Overloaded. Installation site (Sub-identifier 5) # 1405. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION5_DESCR | Overloaded. Installation site (Sub-identifier 5): Description # 1435. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION6 | Overloaded. Installation site (Sub-identifier 6) # 1406. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION6_DESCR | Overloaded. Installation site (Sub-identifier 6): Description # 1436. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION7 | Overloaded. Installation site (Sub-identifier 7) # 1407. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION7_DESCR | Overloaded. Installation site (Sub-identifier 7): Description # 1437. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION8 | Overloaded. Installation site (Sub-identifier 8) # 1408. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION8_DESCR | Overloaded. Installation site (Sub-identifier 8): Description # 1438. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION9 | Overloaded. Installation site (Sub-identifier 9) # 1409. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION9_DESCR | Overloaded. Installation site (Sub-identifier 9): Description # 1439. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT1 | Overloaded. Higher-level function (Sub-identifier 1) # 1101. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT1_DESCR | Overloaded. Higher-level function (Sub-identifier 1): Description # 1131. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT2 | Overloaded. Higher-level function (Sub-identifier 2) # 1102. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT2_DESCR | Overloaded. Higher-level function (Sub-identifier 2): Description # 1132. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT3 | Overloaded. Higher-level function (Sub-identifier 3) # 1103. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT3_DESCR | Overloaded. Higher-level function (Sub-identifier 3): Description # 1133. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT4 | Overloaded. Higher-level function (Sub-identifier 4) # 1104. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT4_DESCR | Overloaded. Higher-level function (Sub-identifier 4): Description # 1134. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT5 | Overloaded. Higher-level function (Sub-identifier 5) # 1105. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT5_DESCR | Overloaded. Higher-level function (Sub-identifier 5): Description # 1135. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT6 | Overloaded. Higher-level function (Sub-identifier 6) # 1106. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT6_DESCR | Overloaded. Higher-level function (Sub-identifier 6): Description # 1136. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT7 | Overloaded. Higher-level function (Sub-identifier 7) # 1107. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT7_DESCR | Overloaded. Higher-level function (Sub-identifier 7): Description # 1137. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT8 | Overloaded. Higher-level function (Sub-identifier 8) # 1108. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT8_DESCR | Overloaded. Higher-level function (Sub-identifier 8): Description # 1138. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT9 | Overloaded. Higher-level function (Sub-identifier 9) # 1109. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPLANT9_DESCR | Overloaded. Higher-level function (Sub-identifier 9): Description # 1139. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT1 | Overloaded. Product (Sub-identifier 1) # 1801. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT1_DESCR | Overloaded. Product (Sub-identifier 1): Description # 1831. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT2 | Overloaded. Product (Sub-identifier 2) # 1802. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT2_DESCR | Overloaded. Product (Sub-identifier 2): Description # 1832. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT3 | Overloaded. Product (Sub-identifier 3) # 1803. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT3_DESCR | Overloaded. Product (Sub-identifier 3): Description # 1833. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT4 | Overloaded. Product (Sub-identifier 4) # 1804. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT4_DESCR | Overloaded. Product (Sub-identifier 4): Description # 1834. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT5 | Overloaded. Product (Sub-identifier 5) # 1805. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT5_DESCR | Overloaded. Product (Sub-identifier 5): Description # 1835. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT6 | Overloaded. Product (Sub-identifier 6) # 1806. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT6_DESCR | Overloaded. Product (Sub-identifier 6): Description # 1836. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT7 | Overloaded. Product (Sub-identifier 7) # 1807. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT7_DESCR | Overloaded. Product (Sub-identifier 7): Description # 1837. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT8 | Overloaded. Product (Sub-identifier 8) # 1808. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT8_DESCR | Overloaded. Product (Sub-identifier 8): Description # 1838. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT9 | Overloaded. Product (Sub-identifier 9) # 1809. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_SUBPRODUCT9_DESCR | Overloaded. Product (Sub-identifier 9): Description # 1839. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED | Overloaded. User-defined structure (main identifier) # 1600. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_DESCR | Overloaded. User-defined structure (main identifier): Description # 1630. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_LEADINGPARTS | Overloaded. User-defined structure (leading identifiers) # 1622. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB1 | Overloaded. User-defined structure (Sub-identifier 1) # 1601. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB1_DESCR | Overloaded. User-defined structure (Sub-identifier 1): Description # 1631. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB2 | Overloaded. User-defined structure (Sub-identifier 2) # 1602. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB2_DESCR | Overloaded. User-defined structure (Sub-identifier 2): Description # 1632. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB3 | Overloaded. User-defined structure (Sub-identifier 3) # 1603. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB3_DESCR | Overloaded. User-defined structure (Sub-identifier 3): Description # 1633. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB4 | Overloaded. User-defined structure (Sub-identifier 4) # 1604. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB4_DESCR | Overloaded. User-defined structure (Sub-identifier 4): Description # 1634. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB5 | Overloaded. User-defined structure (Sub-identifier 5) # 1605. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB5_DESCR | Overloaded. User-defined structure (Sub-identifier 5): Description # 1635. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB6 | Overloaded. User-defined structure (Sub-identifier 6) # 1606. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB6_DESCR | Overloaded. User-defined structure (Sub-identifier 6): Description # 1636. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB7 | Overloaded. User-defined structure (Sub-identifier 7) # 1607. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB7_DESCR | Overloaded. User-defined structure (Sub-identifier 7): Description # 1637. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB8 | Overloaded. User-defined structure (Sub-identifier 8) # 1608. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB8_DESCR | Overloaded. User-defined structure (Sub-identifier 8): Description # 1638. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB9 | Overloaded. User-defined structure (Sub-identifier 9) # 1609. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
DESIGNATION_USERDEFINED_SUB9_DESCR | Overloaded. User-defined structure (Sub-identifier 9): Description # 1639. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
EDITINGAREA_CRAFT | Overloaded. Trade (Defined working sections) # 25000. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
ExistingIds | Returns array of property ids. Returns array of AnyPropertyId objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
ExistingValues | Returns array of PropertyValue objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
FUNC_ADDITIONALIDENTIFYINGNAMEPART | Overloaded. Additional identifying name element # 20032. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_ADDITIONAL_BOOLFIELD | Overloaded. Suppl. field: Yes / No # 20916. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_ADDITIONAL_TEXTFIELD | Overloaded. Suppl. field: Text # 20915. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_AML_GUID | Overloaded. AutomationML GUID (accessories) # 20399. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_ASSEMBLY | Overloaded. Assembly # 20905. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_ASSEMBLY_STRUCTURE | Overloaded. Assembly structure # 20922. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_ASSEMBLYVARIANT | Overloaded. Assembly variant # 20923. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_ASSIGNMENT | Overloaded. Part allocation # 20904. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_CONSTRUCTION | Overloaded. Used drilling pattern # 20284. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_COUNT | Overloaded. Number of units / quantity # 20102. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_DESCR1 | Overloaded. Part: Designation 1 # 20193. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_DESCR2 | Overloaded. Part: Designation 2 # 20194. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_DESCR3 | Overloaded. Part: Designation 3 # 20203. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_ERPNR | Overloaded. ERP number # 31117. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_1 | Overloaded. Part: External document 1 # 20190. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_10 | Overloaded. Part: External document 10 # 20269. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_11 | Overloaded. Part: External document 11 # 20270. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_12 | Overloaded. Part: External document 12 # 20271. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_13 | Overloaded. Part: External document 13 # 20272. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_14 | Overloaded. Part: External document 14 # 20273. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_15 | Overloaded. Part: External document 15 # 20274. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_16 | Overloaded. Part: External document 16 # 20275. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_17 | Overloaded. Part: External document 17 # 20276. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_18 | Overloaded. Part: External document 18 # 20277. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_19 | Overloaded. Part: External document 19 # 20278. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_2 | Overloaded. Part: External document 2 # 20191. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_20 | Overloaded. Part: External document 20 # 20279. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_3 | Overloaded. Part: External document 3 # 20192. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_4 | Overloaded. Part: External document 4 # 20263. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_5 | Overloaded. Part: External document 5 # 20264. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_6 | Overloaded. Part: External document 6 # 20265. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_7 | Overloaded. Part: External document 7 # 20266. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_8 | Overloaded. Part: External document 8 # 20267. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_9 | Overloaded. Part: External document 9 # 20268. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_EXTERNAL_PLACEMENT | Overloaded. External placement # 20917. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_FUNCTIONGROUP | Overloaded. Function group # 20902. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_HARNESSPROD_GUID | Overloaded. # 20358. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_LIFETIME | Overloaded. Service time # 20909. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_MAINTENANCE | Overloaded. Lubrication / maintenance # 20912. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_MANUFACTURER | Overloaded. Manufacturer # 20921. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_MOUNTINGSITE | Overloaded. Part: Mounting surface # 20918. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_NOTE | Overloaded. Part description # 31014. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_ORDERNR | Overloaded. Order number # 20919. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_PARTIAL_LENGTH | Overloaded. Subset / length # 31008. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_PARTIAL_LENGTH_FULL | Overloaded. Subset / length (full) # 31091. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_PARTIAL_LENGTH_IN_PROJECT_UNIT | Overloaded. Subset / length in unit of project # 31040. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_PARTIAL_LENGTH_UNIT | Overloaded. Unit for subset / length # 31012. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_PARTIAL_LENGTH_VALUE | Overloaded. Subset / length: Value # 31010. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_PARTIAL_LENGTH_WITH_PROJECT_UNIT | Overloaded. Subset / length with unit of project # 31043. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_PARTNR | Overloaded. Part number # 20100. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_PARTTYPE | Overloaded. Record type # 20103. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_PIECETYPE | Overloaded. Part group # 20903. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_POSNR | Overloaded. Item number # 20464. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_QUANTITY_IN_PROJECT_UNIT | Overloaded. Quantity / subset in unit of project # 31044. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_SPARE | Overloaded. Spare part # 20907. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_STRESS | Overloaded. Stress # 20910. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_SUPPLIER | Overloaded. Supplier # 20920. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_SUPPRESSINPARTSLIST | Overloaded. Suppress in bill of materials (if filtered) # 20105. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_USAGE | Overloaded. Procurement # 20911. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_USED_SAFETYRELATEDVALUE | Overloaded. Safety-related values: Use case in use # 20307. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_VARIANT | Overloaded. Part variant # 20101. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLE_WEAR | Overloaded. Wearing part # 20908. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ARTICLEREF_PARTSLISTGROUP | Overloaded. Bill of materials group # 20924. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_BLOCK_VALUE | Overloaded. Block property # 20201. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_CABLE_DEVTAGINCLUDESSOURCEORDESTINATION | Overloaded. Cable name includes source / target # 20069. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_CATEGORY | Overloaded. Function definition: Category # 20115. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_CATEGORY_GROUP_ID | Overloaded. Function definition: Category / Group / Definition # 20188. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_CATEGORY_REGION | Overloaded. Function definition: Area # 20088. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_CIRCUITNUMBER | Overloaded. Circuit number # 20317. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_CODE | Overloaded. DT: Identifier # 20013. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_COMMENT | Overloaded. Remark # 20045. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_COMPONENTNUMBER | Overloaded. Item number # 20318. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_COMPONENTTYPE | Overloaded. Function definition # 20026. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_CONNECTIONDESTINATIONNAME | Overloaded. Name of target connection point # 20077. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_COUNTER | Overloaded. DT: Counter # 20014. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_CRAFT | Overloaded. Trade # 20466. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_CRAFTCODE | Overloaded. Media code # 20316. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DESC | Overloaded. Function definition: Description # 20117. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DEVICETAG_FULL | Overloaded. DT (full, without project structures) # 20009. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DEVICETAG_FULL_WITHSEPARATOR | Overloaded. DT (full, without project structures, with preceding sign) # 20213. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DEVICETAG_FULLNAME | Overloaded. Name (without project structures) # 20058. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DEVICETAG_FULLNAME_WITHSEPARATOR | Overloaded. Name (without project structures, with preceding sign) # 20214. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DEVICETAG_MAIN | Overloaded. DT (superior, without project structures) # 20003. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DEVICETAG_MAIN_WITHSEPARATOR | Overloaded. DT (superior, without project structures, with preceding sign) # 20211. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DEVICETAG_MAINNAME | Overloaded. Superior product aspect incl. name supplement # 20335. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DEVICETAG_NESTED | Overloaded. DT (subordinate, without project structures) # 20004. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DEVICETAG_NESTED_WITHSEPARATOR | Overloaded. DT (subordinate, without project structures, with preceding sign) # 20212. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DEVICETAG_NESTEDNAME | Overloaded. Subordinate product aspect incl. name supplement # 20336. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DEVICETAG_ONLYSTRUCTURES | Overloaded. DT (project structures only) # 20020. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DEVICETYPE_MANUAL | Overloaded. Device group # 20294. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT_COLUMN | Overloaded. DT: Column # 20152. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT_FUNCTIONCODE | Overloaded. DT: Application # 20155. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT_PAGECOUNTER | Overloaded. DT: Page # 20150. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT_PAGESUBCOUNTER | Overloaded. DT: Subpage # 20151. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT_ROW | Overloaded. DT: Row # 20153. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT_SECTION | Overloaded. DT: Section # 20154. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT_SUPPLEMENTARYFIELD01 | Overloaded. DT: Supplementary field 1 # 20156. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT_SUPPLEMENTARYFIELD02 | Overloaded. DT: Supplementary field 2 # 20157. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT_SUPPLEMENTARYFIELD03 | Overloaded. DT: Supplementary field 3 # 20158. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT_SUPPLEMENTARYFIELD04 | Overloaded. DT: Supplementary field 4 # 20159. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT_SUPPLEMENTARYFIELD05 | Overloaded. DT: Supplementary field 5 # 20160. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT2_COLUMN | Overloaded. DT (subordinate): Column # 20172. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT2_FUNCTIONCODE | Overloaded. DT (subordinate): Application # 20175. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT2_PAGECOUNTER | Overloaded. DT (subordinate): Page # 20170. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT2_PAGESUBCOUNTER | Overloaded. DT (subordinate): Subpage # 20171. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT2_ROW | Overloaded. DT (subordinate): Row # 20173. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT2_SECTION | Overloaded. DT (subordinate): Section # 20174. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT2_SUPPLEMENTARYFIELD01 | Overloaded. DT (subordinate): Supplementary field 1 # 20176. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT2_SUPPLEMENTARYFIELD02 | Overloaded. DT (subordinate): Supplementary field 2 # 20177. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT2_SUPPLEMENTARYFIELD03 | Overloaded. DT (subordinate): Supplementary field 3 # 20178. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT2_SUPPLEMENTARYFIELD04 | Overloaded. DT (subordinate): Supplementary field 4 # 20179. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_DT2_SUPPLEMENTARYFIELD05 | Overloaded. DT (subordinate): Supplementary field 5 # 20180. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_FIXED_DEVICE | Overloaded. Device protection # 20475. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_FULLCONNECTIONDESTINATIONNAME | Overloaded. Name of target connection point (full) # 20048. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_FULLDEVICETAG | Overloaded. DT (full) # 20006. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_FULLNAME | Overloaded. Name (full) # 20001. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_GRAVINGTEXT | Overloaded. Engraving text # 20025. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_GROUP | Overloaded. Function definition: Group # 20116. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_IDENTDEVICETAG | Overloaded. DT (identifying) # 20005. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_IDENTDEVICETAGPARTS | Overloaded. Identifying DT elements # 20096. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_IDENTDEVICETAGWITHOUTSTRUCTURES | Overloaded. DT (identifying, without project structures) # 20008. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_IDENTDEVICETAGWITHOUTSTRUCTURES_WITHSEPARATOR | Overloaded. DT (identifying, without project structures, with preceding sign) # 20215. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_IDENTNAME | Overloaded. Name (identifying) # 20000. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_IDENTNAMEPARTS | Overloaded. Identifying name elements # 20095. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ISPLACEDIN_CIRCUIT | Overloaded. Function exists with 'Multi-line' representation type # 20470. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ISPLACEDIN_OVERVIEW | Overloaded. Function exists with 'Overview' representation type # 20473. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ISPLACEDIN_PAIRCROSSREFERENCE | Overloaded. Function exists with 'Pair cross-reference' representation type # 20472. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ISPLACEDIN_PROCESSANDINSTDIAGRAM | Overloaded. Function exists with 'P&I diagram' representation type # 20474. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_ISPLACEDIN_SINGLELINE | Overloaded. Function exists with 'Single-line' representation type # 20471. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_MACRO | Overloaded. Macro # 20468. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_MODULE_ID | Overloaded. Module ID # 20359. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_NESTEDCODE | Overloaded. DT (subordinate): Identifier # 20017. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_NESTEDCOUNTER | Overloaded. DT (subordinate):Counter # 20018. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_NESTEDPREFIX | Overloaded. DT (subordinate): Prefix # 20016. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_NESTEDSUFFIX | Overloaded. DT (subordinate): Subcounter # 20019. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_PREFIX | Overloaded. DT: Prefix # 20012. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_SINGLE_LINE_FUNCTION_COUNT | Overloaded. Number of functions # 20110. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_SUBCRAFT | Overloaded. Subtrade # 20467. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_SUFFIX | Overloaded. DT: Subcounter # 20015. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_SUPPLEMENTARYFIELD | Overloaded. Supplementary field # 20901. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_TYPE | Overloaded. Representation type # 20121. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNC_TYPENOTATION | Overloaded. Type designation of part # 20200. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNCTION_MESSAGETEXT | Overloaded. Message text # 20185. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNCTION_PLCIMPORTCOMPARE_MARKEDTOBEDELETED | Overloaded. Marked for deletion # 20186. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNCTION_TEMPLATE_COMBINATION | Overloaded. Function template: Template group (multi-line) # 20429. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
FUNCTION_TEMPLATE_DESCRIPTION | Overloaded. Function template: Description # 20389. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
HARNESS_NAME | Overloaded. Wire harness name # 31143. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
INSTANCE_FULLPLACEMENTLOCATION | Overloaded. Placement # 19007. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
INSTANCE_REVISIONID | Overloaded. Revision change marker (from property comparison) # 10153. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
INSTANCE_REVISIONMARKER | Overloaded. Revision marker (from property comparison) # 10152. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
INSTANCE_TYPE | Overloaded. Representation type / report type # 19021. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
INTRINSICSAFETY | Overloaded. Intrinsically safe # 31030. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
MESSAGEMGMT_MESSAGES | Overloaded. Messages in message management # 20930. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
Parent | StorableObject to which this property list is connected. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
POTENTIAL_NAME | Overloaded. Name of potential # 33000. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
POTENTIAL_NETNAME | Overloaded. Net name # 33007. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
POTENTIAL_PARENT | Overloaded. Superior potential # 33001. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
POTENTIAL_SIGNAL | Overloaded. Signal name # 33006. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
POTENTIAL_TYPE | Overloaded. Potential type # 31006. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
POTENTIAL_VALUE | Overloaded. Potential value # 33003. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
Property | Overloaded. Method used by operator[] in order to access indexed properties. | |
PROPUSER_DBOBJECTID | Overloaded. Object identification # 2000. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.StorableObjectPropertyList) | |
STRANDCONNECTOR_DESIGNATION | Overloaded. Bundle: Connection point designation # 19070. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
SUBPROJECT_NUMBER | Overloaded. Subproject number # 25101. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
WRITEPROTECTED | Overloaded. Change protection # 3014. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) | |
WRITEPROTECTED_AUTOMATIC | Overloaded. Change protection (hierarchical) # 3015. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.ConnectionPropertyList) |
Name | Description | |
---|---|---|
CopyTo | Overloaded. Copies properties to other property list. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
Dispose() | Destructor for deterministic finalization of RoutedConnectionPropertyList object. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
Exists | Overloaded. Checks property existence for used obiect. | |
getPropList | Internal method. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |