System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.E3D.Placement3DPropertyList
Eplan.EplApi.DataModel.E3D.AuxiliaryLinePropertyList
System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.E3D.Placement3DPropertyList
Eplan.EplApi.DataModel.E3D.AuxiliaryLinePropertyList
[DefaultMember("Property")] public class AuxiliaryLinePropertyList : Placement3DPropertyList
[DefaultMember("Property")] public ref class AuxiliaryLinePropertyList : public Placement3DPropertyList
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 | |
---|---|---|
AuxiliaryLinePropertyList Constructor | Overloaded. |
Name | Description | |
---|---|---|
ARTICLE_MOUNTINGSITE | Overloaded. Mounting surface # 22022. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
AUTOMATIONML_OBJECTID | Overloaded. # 25030. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
AUTOMATIONML_OBJECTID_2 | Overloaded. AutomationML GUID 2 # 25031. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
CABLE_COUNTOFUSEDWIRES_MANUAL | Overloaded. Number of connections used (single-line cables) # 35109. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
CABLING_DUCT_TYPES | Overloaded. Topology: Routing path types # 20344. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
CABLING_PATH | Overloaded. Topology: Routing track # 20237. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
CABLING_STRUCTURE | Overloaded. Topology: Structure # 20245. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
CONNECTION_PROTECTED_ROUTING | Overloaded. Protected routing # 31113. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
CONNECTION_WIRING_PATH | Overloaded. Layout space: Routing track # 31095. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLFUNCTIONALASSIGNMENT | Overloaded. Functional assignment # 1320. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLFUNCTIONALASSIGNMENT_DESCR | Overloaded. Functional assignment: Description # 1350. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLFUNCTIONALASSIGNMENT_WITHPREFIX | Overloaded. Functional assignment with preceding sign # 1340. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLINSTALLATIONNUMBER | Overloaded. Higher-level function number # 1720. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLINSTALLATIONNUMBER_DESCR | Overloaded. Higher-level function number: Description # 1750. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLLOCATION | Overloaded. Mounting location # 1220. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLLOCATION_DESCR | Overloaded. Mounting location: Description # 1250. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLLOCATION_WITHPREFIX | Overloaded. Mounting location with preceding sign # 1240. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLPLACEOFINSTALLATION | Overloaded. Installation site # 1420. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLPLACEOFINSTALLATION_DESCR | Overloaded. Installation site: Description # 1450. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLPLACEOFINSTALLATION_WITHPREFIX | Overloaded. Installation site with preceding sign # 1440. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLPLANT | Overloaded. Higher-level function # 1120. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLPLANT_DESCR | Overloaded. Higher-level function: Description # 1150. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLPRODUCT | Overloaded. Product # 1820. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLPRODUCT_DESCR | Overloaded. Product: Description # 1850. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLPRODUCT_WITHPREFIX | Overloaded. Product with preceding sign # 1840. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLSUBFUNCTIONALASSIGNMENT | Overloaded. Functional assignment (sub-identifier, complete) # 1321. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLSUBLOCATION | Overloaded. Mounting location (sub-identifier, complete) # 1221. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLSUBPLACEOFINSTALLATION | Overloaded. Installation site (sub-identifier, complete) # 1421. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLSUBPLANT | Overloaded. Higher-level function (sub-identifier, complete) # 1121. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLSUBPRODUCT | Overloaded. Product (sub-identifier, complete) # 1821. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLSUBUSERDEFINED | Overloaded. User-defined structure (sub-identifier, complete) # 1621. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLUSERDEFINED | Overloaded. User-defined structure # 1620. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FULLUSERDEFINED_DESCR | Overloaded. User-defined structure: Description # 1650. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_FUNCTIONALASSIGNMENT | Overloaded. Functional assignment (main identifier) # 1300. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FUNCTIONALASSIGNMENT_DESCR | Overloaded. Functional assignment (main identifier): Description # 1330. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FUNCTIONALASSIGNMENT_LEADINGPARTS | Overloaded. Functional assignment (leading identifiers) # 1322. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_FUNCTIONALASSIGNMENT_VISIBLE | Overloaded. Functional assignment (visible) # 1329. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_INSTALLATIONNUMBER | Overloaded. Higher-level function number (main identifier) # 1700. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_INSTALLATIONNUMBER_LEADINGPARTS | Overloaded. Higher-level function number (leading identifiers) # 1722. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_INSTALLATIONNUMBER_VISIBLE | Overloaded. Higher-level function number (visible) # 1729. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_LOCATION | Overloaded. Mounting location (main identifier) # 1200. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_LOCATION_DESCR | Overloaded. Mounting location (main identifier): Description # 1230. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_LOCATION_LEADINGPARTS | Overloaded. Mounting location (leading identifiers) # 1222. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_LOCATION_VISIBLE | Overloaded. Mounting location (visible) # 1229. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_PLACEOFINSTALLATION | Overloaded. Installation site (main identifier) # 1400. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_PLACEOFINSTALLATION_DESCR | Overloaded. Installation site (main identifier): Description # 1430. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_PLACEOFINSTALLATION_LEADINGPARTS | Overloaded. Installation site (leading identifiers) # 1422. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_PLACEOFINSTALLATION_VISIBLE | Overloaded. Installation site (visible) # 1429. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_PLANT | Overloaded. Higher-level function (main identifier) # 1100. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_PLANT_LEADINGPARTS | Overloaded. Higher-level function (leading identifiers) # 1122. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_PLANT_VISIBLE | Overloaded. Higher-level function (visible) # 1129. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_PRODUCT | Overloaded. Product (main identifier) # 1800. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_PRODUCT_DESCR | Overloaded. Product (main identifier): Description # 1830. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_PRODUCT_LEADINGPARTS | Overloaded. Product (leading identifiers) # 1822. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_PRODUCT_VISIBLE | Overloaded. Product (visible) # 1829. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT1 | Overloaded. Functional assignment (Sub-identifier 1) # 1301. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT2 | Overloaded. Functional assignment (Sub-identifier 2) # 1302. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT3 | Overloaded. Functional assignment (Sub-identifier 3) # 1303. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT4 | Overloaded. Functional assignment (Sub-identifier 4) # 1304. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT5 | Overloaded. Functional assignment (Sub-identifier 5) # 1305. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT6 | Overloaded. Functional assignment (Sub-identifier 6) # 1306. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT7 | Overloaded. Functional assignment (Sub-identifier 7) # 1307. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT8 | Overloaded. Functional assignment (Sub-identifier 8) # 1308. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT9 | Overloaded. Functional assignment (Sub-identifier 9) # 1309. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBLOCATION1 | Overloaded. Mounting location (Sub-identifier 1) # 1201. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBLOCATION2 | Overloaded. Mounting location (Sub-identifier 2) # 1202. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBLOCATION3 | Overloaded. Mounting location (Sub-identifier 3) # 1203. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBLOCATION4 | Overloaded. Mounting location (Sub-identifier 4) # 1204. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBLOCATION5 | Overloaded. Mounting location (Sub-identifier 5) # 1205. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBLOCATION6 | Overloaded. Mounting location (Sub-identifier 6) # 1206. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBLOCATION7 | Overloaded. Mounting location (Sub-identifier 7) # 1207. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBLOCATION8 | Overloaded. Mounting location (Sub-identifier 8) # 1208. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBLOCATION9 | Overloaded. Mounting location (Sub-identifier 9) # 1209. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION1 | Overloaded. Installation site (Sub-identifier 1) # 1401. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION2 | Overloaded. Installation site (Sub-identifier 2) # 1402. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION3 | Overloaded. Installation site (Sub-identifier 3) # 1403. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION4 | Overloaded. Installation site (Sub-identifier 4) # 1404. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION5 | Overloaded. Installation site (Sub-identifier 5) # 1405. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION6 | Overloaded. Installation site (Sub-identifier 6) # 1406. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION7 | Overloaded. Installation site (Sub-identifier 7) # 1407. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION8 | Overloaded. Installation site (Sub-identifier 8) # 1408. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLACEOFINSTALLATION9 | Overloaded. Installation site (Sub-identifier 9) # 1409. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLANT1 | Overloaded. Higher-level function (Sub-identifier 1) # 1101. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLANT2 | Overloaded. Higher-level function (Sub-identifier 2) # 1102. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLANT3 | Overloaded. Higher-level function (Sub-identifier 3) # 1103. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLANT4 | Overloaded. Higher-level function (Sub-identifier 4) # 1104. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLANT5 | Overloaded. Higher-level function (Sub-identifier 5) # 1105. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLANT6 | Overloaded. Higher-level function (Sub-identifier 6) # 1106. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLANT7 | Overloaded. Higher-level function (Sub-identifier 7) # 1107. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLANT8 | Overloaded. Higher-level function (Sub-identifier 8) # 1108. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPLANT9 | Overloaded. Higher-level function (Sub-identifier 9) # 1109. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT1 | Overloaded. Product (Sub-identifier 1) # 1801. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT1_DESCR | Overloaded. Product (Sub-identifier 1): Description # 1831. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT2 | Overloaded. Product (Sub-identifier 2) # 1802. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT2_DESCR | Overloaded. Product (Sub-identifier 2): Description # 1832. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT3 | Overloaded. Product (Sub-identifier 3) # 1803. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT3_DESCR | Overloaded. Product (Sub-identifier 3): Description # 1833. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT4 | Overloaded. Product (Sub-identifier 4) # 1804. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT4_DESCR | Overloaded. Product (Sub-identifier 4): Description # 1834. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT5 | Overloaded. Product (Sub-identifier 5) # 1805. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT5_DESCR | Overloaded. Product (Sub-identifier 5): Description # 1835. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT6 | Overloaded. Product (Sub-identifier 6) # 1806. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT6_DESCR | Overloaded. Product (Sub-identifier 6): Description # 1836. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT7 | Overloaded. Product (Sub-identifier 7) # 1807. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT7_DESCR | Overloaded. Product (Sub-identifier 7): Description # 1837. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT8 | Overloaded. Product (Sub-identifier 8) # 1808. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT8_DESCR | Overloaded. Product (Sub-identifier 8): Description # 1838. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT9 | Overloaded. Product (Sub-identifier 9) # 1809. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_SUBPRODUCT9_DESCR | Overloaded. Product (Sub-identifier 9): Description # 1839. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
DESIGNATION_USERDEFINED | Overloaded. User-defined structure (main identifier) # 1600. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_USERDEFINED_LEADINGPARTS | Overloaded. User-defined structure (leading identifiers) # 1622. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
DESIGNATION_USERDEFINED_VISIBLE | Overloaded. User-defined structure (visible) # 1629. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
EDITINGAREA_CRAFT | Overloaded. Trade (Defined working sections) # 25000. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
FUNC_ALLCONNECTIONCROSSSECTIONS | Overloaded. Connection point cross-section / diameter (all) # 20296. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ALLCONNECTIONDESCRIPTIONS | Overloaded. Connection point descriptions (all) # 20039. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ALLCONNECTIONDESIGNATIONS | Overloaded. Connection point designations (all) # 20038. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ALLCONNECTIONDIMENSIONS | Overloaded. Connection dimension (all) # 20375. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ALLPLACEMENTLOCATIONS | Overloaded. All placements # 20477. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_ADDITIONAL_BOOLFIELD | Overloaded. Suppl. field: Yes / No # 20916. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_ADDITIONAL_TEXTFIELD | Overloaded. Suppl. field: Text # 20915. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_AML_GUID | Overloaded. AutomationML GUID (accessories) # 20399. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_ASSEMBLY | Overloaded. Assembly # 20905. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_ASSEMBLY_STRUCTURE | Overloaded. Assembly structure # 20922. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_ASSEMBLYVARIANT | Overloaded. Assembly variant # 20923. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_ASSIGNMENT | Overloaded. Part allocation # 20904. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_CONSTRUCTION | Overloaded. Used drilling pattern # 20284. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_COUNT | Overloaded. Number of units / quantity # 20102. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_DESCR1 | Overloaded. Part: Designation 1 # 20193. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_DESCR2 | Overloaded. Part: Designation 2 # 20194. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_DESCR3 | Overloaded. Part: Designation 3 # 20203. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_ERPNR | Overloaded. ERP number # 31117. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_1 | Overloaded. Part: External document 1 # 20190. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_10 | Overloaded. Part: External document 10 # 20269. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_11 | Overloaded. Part: External document 11 # 20270. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_12 | Overloaded. Part: External document 12 # 20271. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_13 | Overloaded. Part: External document 13 # 20272. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_14 | Overloaded. Part: External document 14 # 20273. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_15 | Overloaded. Part: External document 15 # 20274. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_16 | Overloaded. Part: External document 16 # 20275. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_17 | Overloaded. Part: External document 17 # 20276. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_18 | Overloaded. Part: External document 18 # 20277. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_19 | Overloaded. Part: External document 19 # 20278. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_2 | Overloaded. Part: External document 2 # 20191. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_20 | Overloaded. Part: External document 20 # 20279. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_3 | Overloaded. Part: External document 3 # 20192. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_4 | Overloaded. Part: External document 4 # 20263. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_5 | Overloaded. Part: External document 5 # 20264. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_6 | Overloaded. Part: External document 6 # 20265. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_7 | Overloaded. Part: External document 7 # 20266. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_8 | Overloaded. Part: External document 8 # 20267. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_9 | Overloaded. Part: External document 9 # 20268. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_EXTERNAL_PLACEMENT | Overloaded. External placement # 20917. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_FUNCTIONGROUP | Overloaded. Function group # 20902. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_HARNESSPROD_GUID | Overloaded. # 20358. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_LIFETIME | Overloaded. Service time # 20909. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_MAINTENANCE | Overloaded. Lubrication / maintenance # 20912. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_MANUFACTURER | Overloaded. Manufacturer # 20921. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_MODULE_PART | Overloaded. Part is included in a module # 20906. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_MOUNTINGSITE | Overloaded. Part: Mounting surface # 20918. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_NOTE | Overloaded. Part description # 31014. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_ORDERNR | Overloaded. Order number # 20919. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_PARTIAL_LENGTH | Overloaded. Subset / length # 31008. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_PARTIAL_LENGTH_FULL | Overloaded. Subset / length (full) # 31091. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_PARTIAL_LENGTH_IN_PROJECT_UNIT | Overloaded. Subset / length in unit of project # 31040. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_PARTIAL_LENGTH_UNIT | Overloaded. Unit for subset / length # 31012. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_PARTIAL_LENGTH_VALUE | Overloaded. Subset / length: Value # 31010. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_PARTIAL_LENGTH_WITH_PROJECT_UNIT | Overloaded. Subset / length with unit of project # 31043. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_PARTNR | Overloaded. Part number # 20100. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_PARTTYPE | Overloaded. Record type # 20103. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_PIECETYPE | Overloaded. Part group # 20903. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_POSNR | Overloaded. Item number # 20464. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_POSNR_LIST | Overloaded. Item number list # 20346. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_QUANTITY_IN_PROJECT_UNIT | Overloaded. Quantity / subset in unit of project # 31044. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_REPORT_IDENTIFIER | Overloaded. Identifier for reports # 20858. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_SPARE | Overloaded. Spare part # 20907. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_STRESS | Overloaded. Stress # 20910. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_SUPPLIER | Overloaded. Supplier # 20920. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_SUPPRESSINPARTSLIST | Overloaded. Suppress in bill of materials (if filtered) # 20105. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_TERMINALSORTCODE | Overloaded. Sorting of part on terminal strip # 20104. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_USAGE | Overloaded. Procurement # 20911. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_USED_SAFETYRELATEDVALUE | Overloaded. Safety-related values: Use case in use # 20307. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_VARIANT | Overloaded. Part variant # 20101. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLE_WEAR | Overloaded. Wearing part # 20908. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_CAPTIONID | Overloaded. Legend item # 20450. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_DEVICE_FUNCTIONDEFINITION | Overloaded. Function definition (of main function) # 20461. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_DEVICE_FUNCTIONTEXT | Overloaded. Function text (of main function) # 20463. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_DEVICE_TECHNICAL_CHARACTERISTIC | Overloaded. Technical characteristics (of main function) # 20460. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_GRIPPERFROMMACRO_X | Overloaded. Handle from macro: X coordinate # 20340. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_GRIPPERFROMMACRO_Y | Overloaded. Handle from macro: Y coordinate # 20341. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_GRIPPEROFFSET_X | Overloaded. X coordinate # 20208. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_GRIPPEROFFSET_Y | Overloaded. Y coordinate # 20209. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE | Overloaded. Layout space name (of the part placement) # 20261. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE_DESCRIPTION | Overloaded. Layout space description # 20235. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_MOUNTINGPLATE | Overloaded. Mounting panel (identifying) # 20465. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_MOUNTINGPLATE_MOUNTINGLOCATION | Overloaded. Mounting site (of mounting panel) # 20462. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_PLACEMENT_XSIZE | Overloaded. X extension of part # 20458. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_PLACEMENT_YSIZE | Overloaded. Y extension of part # 20459. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_ROTATIONANGLE | Overloaded. Angle # 20451. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEPLACEMENT_USEGRIPPERFROMMACRO | Overloaded. Use handle from macro # 20339. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ARTICLEREF_PARTSLISTGROUP | Overloaded. Bill of materials group # 20924. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_BLOCK_FORMAT | Overloaded. Block property: Format # 20202. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_BLOCK_VALUE | Overloaded. Block property # 20201. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_BLOCKFORMAT_FUNCTIONTEXT | Overloaded. Block property: Format (function text, automatic) # 20545. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_BOXFUNCTION_FIXEDSIZE | Overloaded. Disable resizing # 20442. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_ALLOW_ONLY_MANUEL_CABLE_SELECTION | Overloaded. Allow manual cable selection only # 20061. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_ALLOW_TWO_PE_WIRES | Overloaded. Allow multiple PE conductors # 20062. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_ALLOW_TWO_SIDED_SHIELDINGS | Overloaded. Allow shields connected on both sides # 20063. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_ALTERNATE_CROSSSECTION_UNIT | Overloaded. Cable / Conduit: Unit for alternative cross-section / diameter # 20126. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_ALTERNATE_WIRECROSSSECTION | Overloaded. Cable / Conduit: Alternative cross-section / diameter # 20125. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_AUTO_ALTERNATE_CROSSSECTION_UNIT | Overloaded. Cable / Conduit: Alternative cross-section / diameter with unit # 20127. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_AUTO_CROSSSECTION_UNIT | Overloaded. Cable / Conduit: Cross-section / diameter with unit # 20070. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_AUTO_LENGTH | Overloaded. Cable / Conduit: Length in unit of the project # 20078. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_AUTO_LENGTH_UNIT | Overloaded. Cable / Conduit: Length with unit of project # 20079. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_AUTO_TYPE_WIRECOUNT_CROSSSECTION_UNIT | Overloaded. Cable / Conduit: Type, number of connections, cross-section / diameter with unit # 20073. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_AUTO_TYPE_WIRECOUNT_CROSSSECTION_UNIT_LENGTH_UNIT | Overloaded. Cable / Conduit: Type, number of connections, cross-section / diameter with unit, length with unit # 20074. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_AUTO_WIRECOUNT_CROSSSECTION_UNIT | Overloaded. Cable / Conduit: Number of connections, cross-section / diameter with unit # 20071. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_AUTO_WIRECOUNT_CROSSSECTION_UNIT_LENGTH_UNIT | Overloaded. Cable / Conduit: Number of connections, cross-section / diameter with unit, length with unit # 20072. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_CHANGE_SOURCE_TARGET | Overloaded. Cables: Exchange source and target # 20064. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_CONNECTIONDIAGRAM_FORM | Overloaded. Cable-connection diagram form # 20084. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_CROSSSECTION_AUTO_UNIT | Overloaded. Cable / Conduit: Unit for cross-section / diameter (automatic) # 20124. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_CROSSSECTION_UNIT | Overloaded. Cable / Conduit: Unit for cross-section / diameter # 20068. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_DESIGNATION | Overloaded. Cable / Conduit: Designation in graphic # 20067. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_DESTINATION | Overloaded. Cables: Target # 20377. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_DESTINATION_WITH_PLCPLUG_DESIGNATION | Overloaded. Cables: Target (with plug designation) # 20385. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_DEVTAGINCLUDESSOURCEORDESTINATION | Overloaded. Cable name includes source / target # 20069. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_DONT_COUNT_CABLE | Overloaded. Do not use cable when adding up cable lengths # 20060. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_FORM | Overloaded. Cable diagram form # 20083. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_LAYOUT_FORM | Overloaded. Cable assignment diagram form # 20092. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_NOCONNECTIONDIAGRAM | Overloaded. No output to cable-connection diagram # 20087. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_NODIAGRAM | Overloaded. No output to cable diagram # 20085. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_NOOVERVIEW | Overloaded. No output to cable overview # 20086. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_SCREWCONNECTIONSIZE | Overloaded. Cable / Conduit: Screw connection size # 20080. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_SOURCE | Overloaded. Cables: Source # 20376. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_SOURCE_WITH_PLCPLUG_DESIGNATION | Overloaded. Cables: Source (with plug designation) # 20383. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_SPECIALCABLE | Overloaded. Special cable # 20066. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_STRIPPINGLENGTHDESTINATION | Overloaded. Cable / Conduit: Target: Stripping length # 20082. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLE_STRIPPINGLENGTHSOURCE | Overloaded. Cable / Conduit: Source: Stripping length # 20081. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLEAUTOCREATED | Overloaded. Automatically generated # 20059. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLEAUTONAMED | Overloaded. Name automatically assigned # 20091. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLELENGTH | Overloaded. Cable / Conduit: Length with unit # 20041. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLELENGTH_FULL | Overloaded. Cable / Conduit: Length (full) # 20257. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLELENGTH_UNIT | Overloaded. Cable / Conduit: Unit of length # 20065. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLELENGTH_VALUE | Overloaded. Cable / Conduit: Length # 20046. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLETYPE | Overloaded. Cable / Conduit: Type # 20040. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLEVOLTAGE | Overloaded. Cables: Voltage # 20044. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLEWIRECOUNT | Overloaded. Cable / Conduit: Number of connections # 20042. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLEWIRECOUNTANDCROSSSECTION | Overloaded. Cable / Conduit: Number of connections and cross-section / diameter # 20053. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLEWIRECROSSSECTION | Overloaded. Cable / Conduit: Cross-section / diameter # 20043. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLING_CP_ADDITIONAL_LENGTH | Overloaded. Topology: Connection point extra length # 20241. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CABLING_LENGTH | Overloaded. Topology: Routing length # 20240. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CATEGORY | Overloaded. Function definition: Category # 20115. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CATEGORY_GROUP_ID | Overloaded. Function definition: Category / Group / Definition # 20188. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CATEGORY_REGION | Overloaded. Function definition: Area # 20088. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CHANGEDBYPLCNUM | Overloaded. Numbered using PLC data # 20812. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CIRCUITNUMBER | Overloaded. Circuit number # 20317. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CODE | Overloaded. DT: Identifier # 20013. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_COILINDEX | Overloaded. Contact / coil index # 20047. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_COILVOLTAGE | Overloaded. Coil: Voltage # 20054. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_COMMENT | Overloaded. Remark # 20045. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_COMPONENTNUMBER | Overloaded. Item number # 20318. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_COMPONENTTYPE | Overloaded. Function definition # 20026. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONNECTIONCROSSSECTION | Overloaded. Connection point cross-section # 20057. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONNECTIONCROSSSECTIONS | Overloaded. Connection point cross-section / diameter # 20295. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONNECTIONDESCRIPTION | Overloaded. Function: Connection point description # 20023. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONNECTIONDESIGNATION | Overloaded. Function: Connection point designation # 20022. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONNECTIONDESIGNATION1 | Overloaded. Connection point designation 1 # 20075. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONNECTIONDESIGNATION2 | Overloaded. Connection point designation 2 # 20076. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONNECTIONDESIGNATION3 | Overloaded. Connection point designation 3 # 20226. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONNECTIONDESIGNATION4 | Overloaded. Connection point designation 4 # 20227. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONNECTIONDESTINATIONNAME | Overloaded. Name of target connection point # 20077. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONNECTIONDIMENSIONS | Overloaded. Connection dimension # 20374. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONTACTIMAGE | Overloaded. Contact image display # 20303. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONTACTIMAGETEXT | Overloaded. Revision: Contact image text (for property comparison) # 20199. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONTACTORPOWER | Overloaded. Contact: Switching capacity # 20055. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CONTINUEPLCNUM | Overloaded. Continue numbering with PLC data beyond this function # 20813. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_COUNTER | Overloaded. DT: Counter # 20014. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CRAFT | Overloaded. Trade # 20466. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CRAFTCODE | Overloaded. Media code # 20316. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CROSSREFERENCE | Overloaded. Cross-reference (main / aux. function) # 20300. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CROSSREFERENCEMAINFUNCTION | Overloaded. Cross-reference display: Auxiliary function as main function # 20314. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_CROSSREFERENCETODIRECTLYCONNECTEDCOUNTERPART | Overloaded. Cross-reference to plug counterpiece # 20304. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DEFINITIONSEPARATOR | Overloaded. Separator for terminal strip and plug definitions # 20099. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DEPENDEDALLCONNECTIONCROSSSECTIONS | Overloaded. Connection point cross-section / diameter (all, depending on DT adoption) # 20297. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DESC | Overloaded. Function definition: Description # 20117. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DEST_CP_LENGTH | Overloaded. Cables: Connection point length target # 20246. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DEVICEGROUP_MAINFUNCTION_IDENTNAME | Overloaded. DT (identifying) of device group main function # 20862. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DEVICETAG_FULL | Overloaded. DT (full, without project structures) # 20009. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
FUNC_DEVICETAG_FULLNAME | Overloaded. Name (without project structures) # 20058. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
FUNC_DEVICETAG_MAIN | Overloaded. DT (superior, without project structures) # 20003. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
FUNC_DEVICETAG_NESTED | Overloaded. DT (subordinate, without project structures) # 20004. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
FUNC_DEVICETAG_ONLYSTRUCTURES | Overloaded. DT (project structures only) # 20020. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DEVICETAGSEARCHDIRECTION | Overloaded. DT adoption: Search direction # 20035. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DEVICETYPE_MANUAL | Overloaded. Device group # 20294. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DISABLENAMEEVALUATION | Overloaded. Use displayed DT as full DT # 20051. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DISTRIBUTED_TERMINAL | Overloaded. Distributed terminal # 20280. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DISTRIBUTED_TERMINAL_CROSSREFERENCE | Overloaded. Distributed terminals cross-reference # 20252. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DISTRIBUTED_TERMINALINDEX | Overloaded. Distributed terminal index # 20223. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DISTRIBUTOR_CONNECTED_CONNPOINTS | Overloaded. Continuous connection between the connection points # 20331. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT_COLUMN | Overloaded. DT: Column # 20152. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT_FUNCTIONCODE | Overloaded. DT: Application # 20155. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT_PAGECOUNTER | Overloaded. DT: Page # 20150. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT_PAGESUBCOUNTER | Overloaded. DT: Subpage # 20151. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT_ROW | Overloaded. DT: Row # 20153. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT_SECTION | Overloaded. DT: Section # 20154. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT_SUPPLEMENTARYFIELD01 | Overloaded. DT: Supplementary field 1 # 20156. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT_SUPPLEMENTARYFIELD02 | Overloaded. DT: Supplementary field 2 # 20157. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT_SUPPLEMENTARYFIELD03 | Overloaded. DT: Supplementary field 3 # 20158. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT_SUPPLEMENTARYFIELD04 | Overloaded. DT: Supplementary field 4 # 20159. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT_SUPPLEMENTARYFIELD05 | Overloaded. DT: Supplementary field 5 # 20160. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT2_COLUMN | Overloaded. DT (subordinate): Column # 20172. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT2_FUNCTIONCODE | Overloaded. DT (subordinate): Application # 20175. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT2_PAGECOUNTER | Overloaded. DT (subordinate): Page # 20170. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT2_PAGESUBCOUNTER | Overloaded. DT (subordinate): Subpage # 20171. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT2_ROW | Overloaded. DT (subordinate): Row # 20173. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT2_SECTION | Overloaded. DT (subordinate): Section # 20174. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT2_SUPPLEMENTARYFIELD01 | Overloaded. DT (subordinate): Supplementary field 1 # 20176. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT2_SUPPLEMENTARYFIELD02 | Overloaded. DT (subordinate): Supplementary field 2 # 20177. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT2_SUPPLEMENTARYFIELD03 | Overloaded. DT (subordinate): Supplementary field 3 # 20178. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT2_SUPPLEMENTARYFIELD04 | Overloaded. DT (subordinate): Supplementary field 4 # 20179. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DT2_SUPPLEMENTARYFIELD05 | Overloaded. DT (subordinate): Supplementary field 5 # 20180. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_DTFORMAT | Overloaded. Format of displayed DT # 20205. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_EVALUATION_GRAPHICCODE | Overloaded. Graphical display in reports # 20089. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_EXTERNAL_CLIPPROJECT | Overloaded. Suppl. field for CLIP PROJECT data # 20090. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_FIXED_DEVICE | Overloaded. Device protection # 20475. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_FORM_CONNECTIONDIAGRAM | Overloaded. Form for wiring diagram # 20234. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_FULLCONNECTIONDESTINATIONNAME | Overloaded. Name of target connection point (full) # 20048. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_FULLDEVICETAG | Overloaded. DT (full) # 20006. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_FULLDTFORMAT | Overloaded. Format of full DT # 20206. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_FULLNAME | Overloaded. Name (full) # 20001. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_FULLNAME_WITH_CONNECTIONDESIGNATIONS | Overloaded. Name (complete with connection point designations) # 20342. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_FUNCTIONALTEXT | Overloaded. State # 20285. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_GEDNAMEWITHCONNECTIONDESIGNATION | Overloaded. Connection point designation (with displayed DT) # 20036. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_GEDNAMEWITHPLCADRESS | Overloaded. PLC address (with displayed DT) # 20037. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_GRAVINGTEXT | Overloaded. Engraving text # 20025. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_GROUP | Overloaded. Function definition: Group # 20116. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_HOSE_CREATEDATE | Overloaded. Manufacturing date # 20868. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_HOSE_LENGTH | Overloaded. Hose line length # 20866. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_HOSE_MARKING | Overloaded. Hose line identification # 20867. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_IDENTDEVICETAG | Overloaded. DT (identifying) # 20005. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_IDENTDEVICETAGPARTS | Overloaded. Identifying DT elements # 20096. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_IDENTDEVICETAGWITHOUTNESTEDDEVTAG | Overloaded. DT (identifying, without subordinate DT) # 20007. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_IDENTDEVICETAGWITHOUTSTRUCTURES | Overloaded. DT (identifying, without project structures) # 20008. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
FUNC_IDENTNAME | Overloaded. Name (identifying) # 20000. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_IDENTNAMEPARTS | Overloaded. Identifying name elements # 20095. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_INDEVICEGROUP | Overloaded. Grouped by device # 20469. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_INSERTNOTPLACED | Overloaded. Insert from macro as unplaced # 20094. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_IS_DEVICEGROUP_MAINFUNCTION | Overloaded. Device group main function # 20861. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ISPLACEDIN_CABLING | Overloaded. Function exists with 'Topology' representation type # 20333. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
FUNC_ISPLACEDIN_FUNCTIONAL | Overloaded. Function exists with 'Functional' representation type # 20286. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ISPLACEDIN_FUNCTIONALOVERVIEW | Overloaded. Function exists with 'Function overview (fluid power)' representation type # 20445. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_ALLOW_SAME_DESIGNATION | Overloaded. Connection point logic: Allow identical connection point designation # 20372. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_BRIDGECOUNT | Overloaded. Connection point logic: Number of saddle jumpers allowed # 20325. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_CONSUMERSOURCES | Overloaded. Connection point logic: Consumer / source to # 20327. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_CONTROL_CONPOINT | Overloaded. Connection point logic: Pressure / control port # 20369. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_DESTINATIONCOUNT | Overloaded. Connection point logic: Number of targets allowed # 20324. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_ISCABLE | Overloaded. Connection point logic: Cable connection point # 20322. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_ISEXTERN | Overloaded. Connection point logic: External # 20321. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_PLCDESTINATIONTRACKING | Overloaded. Connection point logic: Target tracking (PLC) to # 20449. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_POTENTIAL_TYPE | Overloaded. Connection point logic: Potential type # 20370. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_POTENTIALTRANSFER | Overloaded. Connection point logic: Transfer potential to # 20326. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_SAFETYISPOSSIBLE | Overloaded. Connection point logic: Intrinsic safety possible # 20323. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_SIGNAL_TYPE | Overloaded. Connection point logic: Type of signal # 20371. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_SYMBOL_CONPOINT | Overloaded. Connection point logic: Symbol connection point # 20373. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_LOGDEF_TYPE | Overloaded. Connection point logic: Connection point type # 20329. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_MACRO | Overloaded. Macro # 20468. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_MAINCROSSREFERENCE | Overloaded. Cross-reference (only main functions) # 20306. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_MAINFUNCTION | Overloaded. Main function # 20122. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_MANAGE_FUNCTIONS | Overloaded. Manage unplaced auxiliary functions at the main function # 20476. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_MANUALCROSSREFERENCE | Overloaded. Manual cross-reference # 20302. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_MATERIAL | Overloaded. Material # 20864. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_MAXCROSSREFERENCEBLOCKCOUNT | Overloaded. Cross-reference display: Max. number of cross-references # 20198. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_MODULE_ID | Overloaded. Module ID # 20359. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_MOUNTINGLOCATION | Overloaded. Mounting site (describing) # 20024. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_MOUNTINGPLATE_CAPTIONFORM | Overloaded. Enclosure legend form # 20440. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_MOUNTINGPLATE_FORMEVALUATION | Overloaded. Suppress generation of the enclosure legend # 20441. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_NESTEDCODE | Overloaded. DT (subordinate): Identifier # 20017. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_NESTEDCOUNTER | Overloaded. DT (subordinate):Counter # 20018. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_NESTEDPREFIX | Overloaded. DT (subordinate): Prefix # 20016. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_NESTEDSUFFIX | Overloaded. DT (subordinate): Subcounter # 20019. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_NETCONNECTING | Overloaded. Net-connecting # 20217. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_NOOFCROSSREFERENCESINBLOCK | Overloaded. Cross-reference display: Number of rows / columns # 20050. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_OUTPUTASSEMBLY | Overloaded. Output group # 20033. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PINANDJACK_PLUGSIDE | Overloaded. Plugs: Assignment to male pin / female pin end # 20052. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PINCOUNT | Overloaded. Plugs: Number of pins # 20056. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PINORTERMINALDESCRIPTION | Overloaded. Terminal / pin description # 20225. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PINORTERMINALNUMBER | Overloaded. Terminal / Pin designation # 20030. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PIPECLASS | Overloaded. Pipe class # 20863. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_BUS_ADDRESS | Overloaded. Physical network: Bus ID / item number # 20311. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_BUS_ADDRESS_2 | Overloaded. Physical network: Bus ID / item number 2 # 20386. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_BUS_INTERFACENAME | Overloaded. Bus interface: Name # 20447. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_BUS_INTERFACENAME_INDIRECT | Overloaded. Bus interface: Name (indirect) # 20390. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_BUS_INTERFACENAME_MASTER | Overloaded. Bus interface: Main bus port # 20448. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_BUS_INTERFACENAME_MASTER_INDIRECT | Overloaded. Bus interface: Main bus port (indirect) # 20391. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_BUSSYSTEM | Overloaded. Bus system # 20308. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_BUSSYSTEM_INDIRECT | Overloaded. Bus system (indirect) # 20338. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_DNS | Overloaded. DNS/PROFINET device name # 20309. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_IGNORE_BUSADDRESS | Overloaded. Ignore missing bus ID # 20412. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_MASTERSYSTEMID | Overloaded. MasterSystemID # 20334. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_SIGNALRANGE | Overloaded. Signal range # 20388. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_SUBNETMASK | Overloaded. Subnet mask # 20446. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_SUBSLOT | Overloaded. Subslot # 20312. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLC_TRANSMISSIONRATE | Overloaded. Data transfer rate # 20313. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCADDRESS | Overloaded. PLC address # 20400. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCADDRESSRANGE | Overloaded. Address range (SIEMENS STEP 7 Classic) # 20432. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCADDRESSRANGE_2 | Overloaded. Address range 2 (SIEMENS STEP 7 Classic) # 20299. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCAUTOPLUG_AND_CONNPTDESIGNATION | Overloaded. Connection point designation (with plug designation (automatic)) # 20183. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCBUS_ADDRESS_2_INDIRECT | Overloaded. Physical network: Bus ID / item number 2 (indirect) # 20387. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCBUS_ADDRESS_INDIRECT | Overloaded. Physical network: Bus ID / item number (indirect) # 20426. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCBUSINTERFACENAME_AND_PLCPLUG | Overloaded. Bus interface: Name (with plug designation) # 20443. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCBUSTERMCOMMENTITY_NAME | Overloaded. Communication unit (at PLC connection points) # 20163. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCHANNEL_DESIGNATION_AUTOMATIC | Overloaded. Channel designation (automatic) # 20428. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCHANNEL_DESIGNATION_CALCULATED | Overloaded. Channel designation (determined) # 20436. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCHANNEL_DESIGNATION_MANUAL | Overloaded. Channel designation # 20407. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_ADDRESSRANGE | Overloaded. Address range (do not use anymore) # 20134. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_ALTERNATIVE | Overloaded. Alternative (Interbus) # 20131. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_BUS_ADDRESS | Overloaded. Position / Bus ID (do not use anymore) # 20138. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_BUSSYSTEM | Overloaded. Bus system (do not use anymore) # 20109. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_CONFIGURATIONPROJECT | Overloaded. Configuration project (at communication units) # 20107. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_DNS | Overloaded. DNS/PROFINET device name (do not use anymore) # 20129. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_DOMAINPOSTFIX | Overloaded. Domain Postfix # 20181. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_DP_SYSTEM | Overloaded. Bundle / Network ID (do not use anymore) # 20133. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_ENDIPADDRESS | Overloaded. End IP address # 20169. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_GROUP_STARTADDRESS | Overloaded. Start address of PLC card (do not use anymore) # 20135. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_MACADDRESS | Overloaded. MAC address # 20128. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_MASTER | Overloaded. To bus master / bus coupler ID (do not use anymore) # 20137. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_NAME | Overloaded. Communication unit (at communication units) # 20106. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_OBJECTID | Overloaded. Object ID of communication unit # 20098. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_PARTICIPANTGROUP | Overloaded. Node group (Interbus) # 20130. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_PLCOBJECTID | Overloaded. PLC object ID (at communication units) # 20139. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SERVICEINFO | Overloaded. Service info (Interbus) # 20132. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_STANDARDGATEWAY | Overloaded. Standard gateway # 20119. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_STARTIPADDRESS | Overloaded. Start IP address # 20165. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SUBNETMASK | Overloaded. Subnet mask (do not use anymore) # 20118. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SUBSLOT | Overloaded. Subslot (do not use anymore) # 20204. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SUPPLEMENTARYFIELD01 | Overloaded. Supplementary field 1 # 20140. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SUPPLEMENTARYFIELD02 | Overloaded. Supplementary field 2 # 20141. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SUPPLEMENTARYFIELD03 | Overloaded. Supplementary field 3 # 20142. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SUPPLEMENTARYFIELD04 | Overloaded. Supplementary field 4 # 20143. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SUPPLEMENTARYFIELD05 | Overloaded. Supplementary field 5 # 20144. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SUPPLEMENTARYFIELD06 | Overloaded. Supplementary field 6 # 20145. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SUPPLEMENTARYFIELD07 | Overloaded. Supplementary field 7 # 20146. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SUPPLEMENTARYFIELD08 | Overloaded. Supplementary field 8 # 20147. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SUPPLEMENTARYFIELD09 | Overloaded. Supplementary field 9 # 20148. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_SUPPLEMENTARYFIELD10 | Overloaded. Supplementary field 10 # 20149. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_THISMASTER | Overloaded. Bus master / Bus coupler (do not use anymore) # 20136. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_TRANSMISSIONRATE | Overloaded. Data transfer rate (do not use anymore) # 20282. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCOMMUNICATIONENTITY_USEDHCP | Overloaded. Use DHCP # 20182. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCONFIGURATIONPROJECT | Overloaded. Configuration project (at PLC boxes and bus ports) # 20161. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCONFIGURATIONPROJECT_INDIRECT | Overloaded. Configuration project (indirect) # 20108. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCPU | Overloaded. CPU: Name # 20433. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCPU_INDIRECT | Overloaded. CPU (indirect) # 20434. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCPU_NAME | Overloaded. CPU: Name # 20253. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCCPU_RELATEDPLCSCHEMA | Overloaded. PLC-specific settings # 20315. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDATATYPE | Overloaded. Data type # 20405. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEACTIVATED_IO | Overloaded. Deactivated I/O connection point # 20438. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICE_ID | Overloaded. Device description: File name # 20415. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICE_INDEX | Overloaded. Device description: Index in file # 20381. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENAME_1 | Overloaded. PLC subdevice 1: Name # 20521. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENAME_10 | Overloaded. PLC subdevice 10: Name # 20530. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENAME_11 | Overloaded. PLC subdevice 11: Name # 20531. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENAME_12 | Overloaded. PLC subdevice 12: Name # 20532. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENAME_2 | Overloaded. PLC subdevice 2: Name # 20522. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENAME_3 | Overloaded. PLC subdevice 3: Name # 20523. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENAME_4 | Overloaded. PLC subdevice 4: Name # 20524. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENAME_5 | Overloaded. PLC subdevice 5: Name # 20525. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENAME_6 | Overloaded. PLC subdevice 6: Name # 20526. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENAME_7 | Overloaded. PLC subdevice 7: Name # 20527. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENAME_8 | Overloaded. PLC subdevice 8: Name # 20528. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENAME_9 | Overloaded. PLC subdevice 9: Name # 20529. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENUMBER_1 | Overloaded. PLC subdevice 1: Position (slot / module) # 20533. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENUMBER_10 | Overloaded. PLC subdevice 10: Position (slot / module) # 20542. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENUMBER_11 | Overloaded. PLC subdevice 11: Position (slot / module) # 20543. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENUMBER_12 | Overloaded. PLC subdevice 12: Position (slot / module) # 20544. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENUMBER_2 | Overloaded. PLC subdevice 2: Position (slot / module) # 20534. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENUMBER_3 | Overloaded. PLC subdevice 3: Position (slot / module) # 20535. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENUMBER_4 | Overloaded. PLC subdevice 4: Position (slot / module) # 20536. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENUMBER_5 | Overloaded. PLC subdevice 5: Position (slot / module) # 20537. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENUMBER_6 | Overloaded. PLC subdevice 6: Position (slot / module) # 20538. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENUMBER_7 | Overloaded. PLC subdevice 7: Position (slot / module) # 20539. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENUMBER_8 | Overloaded. PLC subdevice 8: Position (slot / module) # 20540. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDEVICENUMBER_9 | Overloaded. PLC subdevice 9: Position (slot / module) # 20541. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDIAGRAM_FORM | Overloaded. PLC diagram form # 20187. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDP_SYSTEM | Overloaded. Physical network: Name # 20413. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCDP_SYSTEM_INDIRECT | Overloaded. Physical network: Name (indirect) # 20425. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCFIRMWARE_VERSION | Overloaded. Version # 20418. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_INPUTS | Overloaded. PLC device: Data length (inputs) # 20548. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_INPUTS_10 | Overloaded. PLC subdevice 10: Data length (inputs) # 20558. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_INPUTS_11 | Overloaded. PLC subdevice 11: Data length (inputs) # 20559. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_INPUTS_12 | Overloaded. PLC subdevice 12: Data length (inputs) # 20570. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_INPUTS_2 | Overloaded. PLC subdevice 2: Data length (inputs) # 20547. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_INPUTS_3 | Overloaded. PLC subdevice 3: Data length (inputs) # 20551. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_INPUTS_4 | Overloaded. PLC subdevice 4: Data length (inputs) # 20552. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_INPUTS_5 | Overloaded. PLC subdevice 5: Data length (inputs) # 20553. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_INPUTS_6 | Overloaded. PLC subdevice 6: Data length (inputs) # 20554. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_INPUTS_7 | Overloaded. PLC subdevice 7: Data length (inputs) # 20555. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_INPUTS_8 | Overloaded. PLC subdevice 8: Data length (inputs) # 20556. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_INPUTS_9 | Overloaded. PLC subdevice 9: Data length (inputs) # 20557. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_OUTPUTS | Overloaded. PLC device: Data length (outputs) # 20550. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_OUTPUTS_10 | Overloaded. PLC subdevice 10: Data length (outputs) # 20567. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_OUTPUTS_11 | Overloaded. PLC subdevice 11: Data length (outputs) # 20568. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_OUTPUTS_12 | Overloaded. PLC subdevice 12: Data length (outputs) # 20569. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_OUTPUTS_2 | Overloaded. PLC subdevice 2: Data length (outputs) # 20549. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_OUTPUTS_3 | Overloaded. PLC subdevice 3: Data length (outputs) # 20560. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_OUTPUTS_4 | Overloaded. PLC subdevice 4: Data length (outputs) # 20561. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_OUTPUTS_5 | Overloaded. PLC subdevice 5: Data length (outputs) # 20562. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_OUTPUTS_6 | Overloaded. PLC subdevice 6: Data length (outputs) # 20563. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_OUTPUTS_7 | Overloaded. PLC subdevice 7: Data length (outputs) # 20564. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_OUTPUTS_8 | Overloaded. PLC subdevice 8: Data length (outputs) # 20565. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_DATALENGTH_OUTPUTS_9 | Overloaded. PLC subdevice 9: Data length (outputs) # 20566. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS | Overloaded. Start address of PLC card # 20419. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_10_INPUTS | Overloaded. PLC subdevice 10: Start address (inputs) # 20398. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_10_OUTPUTS | Overloaded. PLC subdevice 10: Start address (outputs) # 20518. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_11_INPUTS | Overloaded. PLC subdevice 11: Start address (inputs) # 20452. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_11_OUTPUTS | Overloaded. PLC subdevice 11: Start address (outputs) # 20519. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_12_INPUTS | Overloaded. PLC subdevice 12: Start address (inputs) # 20453. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_12_OUTPUTS | Overloaded. PLC subdevice 12: Start address (outputs) # 20520. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_2 | Overloaded. Start address 2 of PLC card # 20255. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_2_INDIRECT | Overloaded. Start address 2 of PLC card (indirect) # 20298. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_2_INPUTS | Overloaded. PLC subdevice 2: Start address (inputs) # 20454. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_2_OUTPUTS | Overloaded. PLC subdevice 2: Start address (outputs) # 20455. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_3_INPUTS | Overloaded. PLC subdevice 3: Start address (inputs) # 20382. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_3_OUTPUTS | Overloaded. PLC subdevice 3: Start address (outputs) # 20456. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_4_INPUTS | Overloaded. PLC subdevice 4: Start address (inputs) # 20392. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_4_OUTPUTS | Overloaded. PLC subdevice 4: Start address (outputs) # 20457. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_5_INPUTS | Overloaded. PLC subdevice 5: Start address (inputs) # 20393. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_5_OUTPUTS | Overloaded. PLC subdevice 5: Start address (outputs) # 20478. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_6_INPUTS | Overloaded. PLC subdevice 6: Start address (inputs) # 20394. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_6_OUTPUTS | Overloaded. PLC subdevice 6: Start address (outputs) # 20479. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_7_INPUTS | Overloaded. PLC subdevice 7: Start address (inputs) # 20395. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_7_OUTPUTS | Overloaded. PLC subdevice 7: Start address (outputs) # 20515. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_8_INPUTS | Overloaded. PLC subdevice 8: Start address (inputs) # 20396. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_8_OUTPUTS | Overloaded. PLC subdevice 8: Start address (outputs) # 20516. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_9_INPUTS | Overloaded. PLC subdevice 9: Start address (inputs) # 20397. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_9_OUTPUTS | Overloaded. PLC subdevice 9: Start address (outputs) # 20517. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCGROUP_STARTADDRESS_INDIRECT | Overloaded. Start address of PLC card (indirect) # 20423. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCISBUSCOUPLER | Overloaded. Bus coupler / head station # 20164. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCISBUSDISTRIBUTOR | Overloaded. Bus distribution device # 20189. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCISCPU | Overloaded. CPU # 20167. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCISMASTER | Overloaded. Logical network: Bus port is master # 20310. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCISMOUNTEDONHEADMODULE | Overloaded. PLC card is placed on head station # 20444. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCISPOWERSUPPLY | Overloaded. Power supply # 20184. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCLEFTRACKSIZE | Overloaded. Number of positions in the rack (to the left) # 20260. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCMASTER | Overloaded. Logical network: Name # 20414. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCMASTER_INDIRECT | Overloaded. Logical network: Name (indirect) # 20424. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCMODULE_ISINTEGRATED | Overloaded. Integrated module # 20289. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCMODULE_SORTCODE | Overloaded. Sort code (for position in rack) # 20258. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCMODULENAME | Overloaded. PLC card name # 20437. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCNO_TARGETSEARCH_FOR_AUTOSYMBOLICADDRESS | Overloaded. Without sensor / actuator search for symbolic address # 20196. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCOBJECT_DESCRIPTION | Overloaded. Object description # 20417. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCOBJECTID | Overloaded. PLC object ID (at functions) # 20162. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCPAIRCROSSREFERENCE | Overloaded. Overview cross-reference # 20301. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCPLUG_AND_CONNPTDESIGNATION | Overloaded. Connection point designation (with plug designation) # 20435. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCPLUG_DESIGNATION_AUTOMATIC | Overloaded. Plug designation (automatic) # 20431. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCPLUG_DESIGNATION_MANUAL | Overloaded. Plug designation # 20406. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCPREVENT_NUMERATION | Overloaded. Prevent numbering with PLC data # 20430. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCPROCESSDATA | Overloaded. Process object # 20097. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCRACK | Overloaded. PLC card is placed on rack ID # 20410. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCRACK_INDIRECT | Overloaded. PLC card is placed on rack ID (indirect) # 20421. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCRIGHTRACKSIZE | Overloaded. Number of positions in the rack # 20259. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCSAFETYADDRESS | Overloaded. Safety address # 20439. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCSOCKET | Overloaded. Position (slot / module) # 20411. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCSOCKET_INDIRECT | Overloaded. Position / (slot / module) (indirect) # 20422. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCSTATIONNAME | Overloaded. PLC station ID # 20408. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCSTATIONNAME_INDIRECT | Overloaded. PLC station ID (indirect) # 20420. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCSTATIONTYPE | Overloaded. PLC station type # 20409. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCSYMBOLICADDRESS_AUTOMATIC | Overloaded. Symbolic address (automatic) # 20404. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCSYMBOLICADDRESS_CALCULATED | Overloaded. Symbolic address (determined) # 20403. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCSYMBOLICADDRESS_MANUAL | Overloaded. Symbolic address # 20402. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCTERMINAL_INDEX_OF_STARTADDRESS | Overloaded. PLC subdevice: Index # 20384. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCTERMINAL_NO_ADRESSING | Overloaded. Do not include in addressing # 20380. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCTHISRACK | Overloaded. Rack # 20427. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLCTYPE_ID | Overloaded. PLC type designation # 20416. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PLUGCODING | Overloaded. Plugs: Coding # 20856. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_POTENTIALSEPARATED | Overloaded. With signal isolation # 20123. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_POTENTIALTYPE_TERMINALPOINTS | Overloaded. Potential type of connection points # 20166. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PREFIX | Overloaded. DT: Prefix # 20012. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PRESSURE | Overloaded. Max. working pressure # 20870. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PRESSURELEVEL | Overloaded. Nominal pressure level # 20865. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_PRESSURESTANDARD | Overloaded. Pressure level # 20330. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_ROTATION_ANGLE | Overloaded. Torsion angle # 20869. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SAFETY_PROJECT | Overloaded. Safety project # 20366. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SAFETYRELEVANT | Overloaded. Safety function # 20216. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SHOWCROSSREFERENCEBLOCK | Overloaded. Cross-reference display: Display # 20049. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SINGLE_LINE_FUNCTION_COUNT | Overloaded. Number of functions # 20110. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SOURCE_CP_LENGTH | Overloaded. Cables: Connection point length source # 20243. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SUBCRAFT | Overloaded. Subtrade # 20467. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SUFFIX | Overloaded. DT: Subcounter # 20015. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SUPPLEMENTARYFIELD | Overloaded. Supplementary field # 20901. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SUPPRESSCROSSREFERENCE | Overloaded. Cross-reference display # 20021. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SUPPRESSINDEVICELIST | Overloaded. Suppress in device tag list (if filtered) # 20093. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SYMB_DESC | Overloaded. Symbol description (function) # 20114. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SYMB_NAME | Overloaded. Symbol name # 20112. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SYMB_NUMBER | Overloaded. Symbol number # 20168. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SYMB_VARIANT | Overloaded. Symbol variant # 20113. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_SYMBLIB_NAME | Overloaded. Symbol library # 20111. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TECHNICAL_CHARACTERISTIC | Overloaded. Technical characteristics # 20027. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_CANHAVESAMENAME | Overloaded. Allow same designations # 20811. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_CONNECTIONDIAGRAM | Overloaded. Terminal / plug connection diagram form # 20852. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_FORM | Overloaded. Terminal / plug diagram form # 20806. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_FUNCTION | Overloaded. Terminal category # 20230. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_HAS_LED | Overloaded. Terminal with LED # 20231. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_HAS_PLUGADAPTER | Overloaded. Terminal with plug-in adapter # 20283. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_IS_OPEN | Overloaded. Terminal opened # 20232. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_JUMPER_EXTERN | Overloaded. Manual saddle jumpers (external) # 20351. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_JUMPER_INTERN | Overloaded. Manual saddle jumpers (internal) # 20350. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_JUMPERBAR | Overloaded. Saddle jumper option # 20808. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_LABELTYPE | Overloaded. Labeling type # 20365. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_MAIN | Overloaded. Main terminal # 20220. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_NOCONNECTIONDIAGRAM | Overloaded. No output to terminal-connection / pin-connection diagram # 20853. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_NODIAGRAM | Overloaded. No output to terminal / plug diagram # 20851. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_NOLINEUPDIAGRAM | Overloaded. No output to terminal line-up diagram # 20859. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_NOOVERVIEW | Overloaded. No output to terminal-strip / plug overview # 20857. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_PLCADDRESS_AUTOMATIC | Overloaded. Connected PLC address (automatic) # 20855. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_PLCADDRESS_MANUAL | Overloaded. Connected PLC address # 20854. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_SECONDARY | Overloaded. Auxiliary terminal # 20228. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_STRIP_ALLOW_SAME_NAME_IN_MULTILEVEL | Overloaded. Terminal strips: Allow same designations within multi-level terminals # 20290. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_STRIP_DONT_USE_MAINTERMINAL | Overloaded. Do not use main terminals # 20229. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_SWITCH_LOCK | Overloaded. Switching lock # 20293. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_SWITCHABLE_JUMPER_EXTERN | Overloaded. Switching jumper (external) # 20292. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINAL_SWITCHABLE_JUMPER_INTERN | Overloaded. Switching jumper (internal) # 20291. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINALDESCRIPTION | Overloaded. Connection point description # 20029. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINALDESIGNATION | Overloaded. Connection point designation # 20028. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINALDEVICEPOSITION | Overloaded. Terminal: Device position # 20367. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINALLEVEL | Overloaded. Level # 20034. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINALSIZE_DESTINATION | Overloaded. Connection dimension target # 20379. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINALSIZE_SOURCE | Overloaded. Connection dimension source # 20378. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINALSORTCODE | Overloaded. Sort code (terminal / pin) # 20809. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TERMINALSORTCODE_GRAPHIC | Overloaded. Sorting (graphical) # 20810. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TEXT | Overloaded. Function text # 20011. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TEXT_AUTOMATIC | Overloaded. Function text (automatic) # 20031. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TEXT_COMMON | Overloaded. Function text (common) # 20120. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TYPE | Overloaded. Representation type # 20121. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_TYPENOTATION | Overloaded. Type designation of part # 20200. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_VISIBLEDEVICETAG | Overloaded. DT (displayed) # 20010. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNC_VISIBLENAME | Overloaded. Name (visible) # 20002. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_EDP_ADAPTER | Overloaded. EPLAN Data Portal: Configurator # 20287. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_EDP_ADAPTER_ADDITIONAL | Overloaded. EPLAN Data Portal: Configurator supplementary field # 20288. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_EXTERNALCROSSREFERENCE | Overloaded. Cross-reference (external) # 25102. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_MESSAGETEXT | Overloaded. Message text # 20185. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_NETBASEDWIRING_ID | Overloaded. ID for net-based connections # 20218. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_NETBASEDWIRING_IDS | Overloaded. IDs for net-based connections # 20219. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_OPC_ITEM_ACTIVE | Overloaded. OPC UA: Value available # 20353. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_OPC_ITEM_ASSIGNED | Overloaded. OPC UA: Assignment defined # 20352. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_OPC_ITEM_VALUE | Overloaded. OPC UA: Value # 20354. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_OPC_ITEM_VALUE_INDIRECT | Overloaded. OPC UA: Value (indirect) # 20364. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_OPC_NODENAME | Overloaded. OPC UA: Name # 20355. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_OPC_RELATEDSCHEMA | Overloaded. OPC UA: Settings # 20356. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_OPC_RELATEDSCHEMA_INDIRECT | Overloaded. OPC UA: Settings (indirect) # 20357. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION_PLCIMPORTCOMPARE_MARKEDTOBEDELETED | Overloaded. Marked for deletion # 20186. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
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.E3D.Placement3DPropertyList) | |
FUNCTION_TEMPLATE_DESCRIPTION | Overloaded. Function template: Description # 20389. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ARTICLETERMINAL_ISLOCAL | Overloaded. Local connection point pattern # 36005. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_CANHAVE_MULTI_OPENING | Overloaded. Multiple cut-out possible # 36036. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_CREATE_MOUNTINGLIST | Overloaded. Output in mounting list # 36032. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_DESCRIPTION | Overloaded. Item description # 36018. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_DESIGNATION | Overloaded. Item designation # 36000. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_DESIGNATIONPREFIX | Overloaded. Grouping sign for item designation # 36012. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_DESIGNATIONPREFIX_AUTOMATIC | Overloaded. Grouping sign for item designation (automatic) # 36002. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_DOCNAME | Overloaded. Name of the M-CAD file # 36042. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ELEM_ISFIXONPARENT | Overloaded. Item is fastened unmovably to the superior item # 36010. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ELEM_NEEDSDRILL | Overloaded. Item requires holes in mounting surface # 36014. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_FULLDESIGNATION | Overloaded. Full item designation # 36013. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ID_EEC_ONE | Overloaded. Variable for placeable functions (EEC One) # 36041. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ID_EXTERNALPRODUCTCONFIGURATOR_AUTOMATIC | Overloaded. Product configurator identifier # 36076. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ID_RELATIVE | Overloaded. Item ID (relative to macro, EEC) # 36035. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_IDENTNAME_IN_MECHANICAL_STRUCTURE | Overloaded. Designation in mechanics structure # 36016. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ISFORMECHANICALPROCESSING | Overloaded. Machining # 36004. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ISINSTALLATIONMATERIAL | Overloaded. Is associated mounting material # 36015. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ISPREFABRICATED | Overloaded. Prefabricated # 36011. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_MOUNTINGLOCATION_AUTOMATIC | Overloaded. Mounting site (describing, common) # 36003. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_MOUNTINGPLATEDISTANCE | Overloaded. Distance to mounting surface # 36017. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_OPENING_CHAMFER_OR_RADIUS | Overloaded. Cut-out: Radius / Chamfer distance # 36023. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_OPENING_CONTOUR | Overloaded. Cut-out: Outline # 36025. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_OPENING_DEPTH_COPPER | Overloaded. Cut-out depth (copper) # 36037. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_OPENING_DIAMETER | Overloaded. Cut-out: Diameter of the hole # 36006. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_OPENING_EDGE_LENGTH | Overloaded. Cut-out: Edge length # 36024. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_OPENING_HEIGHT | Overloaded. Cut-out: Height # 36021. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_OPENING_LENGTH | Overloaded. Cut-out: Length # 36022. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_OPENING_NOMINAL_DIAMETER | Overloaded. Cut-out: Nominal diameter of the threaded hole # 36007. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_OPENING_WIDTH | Overloaded. Cut-out: Width # 36020. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_OUTDATED | Overloaded. Object was transferred during part migration # 36100. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_PARENT_OBJECT | Overloaded. Superior device # 36040. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_PARENT_OBJECTID | Overloaded. Superior mounting surface # 36033. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_POWERDISSIPATION_AUTOMATIC | Overloaded. Thermal design: Device power dissipation # 36048. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_POWERDISSIPATION_BUSBAR_CURRENT | Overloaded. Thermal design: Operating current # 36055. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_POWERDISSIPATION_CABINET_MAX_IN_TEMP | Overloaded. Thermal design: Max. internal temperature # 36053. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_POWERDISSIPATION_CABINET_MAX_OUT_TEMP | Overloaded. Thermal design: Max. external temperature # 36051. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_POWERDISSIPATION_CABINET_MIN_IN_TEMP | Overloaded. Thermal design: Min. internal temperature # 36052. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_POWERDISSIPATION_CABINET_MIN_OUT_TEMP | Overloaded. Thermal design: Min. external temperature # 36050. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_POWERDISSIPATION_CABINET_SITUATION | Overloaded. Thermal design: Installation situation # 36049. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_POWERDISSIPATION_CABINET_ZONE | Overloaded. Thermal design: Air-conditioning field # 36054. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_POWERDISSIPATION_SIMULTANEITYFACTOR | Overloaded. Thermal design: Simultaneity factor (device) # 36045. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_POWERDISSIPATION_SIMULTANEITYFACTOR_AUTOMATIC | Overloaded. Thermal design: Simultaneity factor (automatic) # 36044. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_POWERDISSIPATION_ZONE | Overloaded. Thermal design: Air-conditioning field (device) # 36047. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_POWERDISSIPATION_ZONE_AUTOMATIC | Overloaded. Thermal design: Air-conditioning field (automatic) # 36046. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ROUTING_CONNECTIONFILTER | Overloaded. Layout space: Connection filter # 36026. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ROUTING_SEGMENT_CREATED_AUTOMATICALLY | Overloaded. Routing path / Curve: Automatically generated # 36030. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ROUTING_SEGMENT_CROSSSECTION | Overloaded. Routing path / Curve: Cross-section # 36029. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ROUTING_SEGMENT_LENGTH_AUTOMATIC | Overloaded. Routing path / Curve: Length (automatic) # 36028. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ROUTING_SEGMENT_LENGTH_MANUAL | Overloaded. Routing path / Curve: Length # 36027. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_ROUTING_WIRING_OPENING_EXTRALENGTH | Overloaded. Extra length # 36031. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_ADDITIONALLENGTH | Overloaded. Connection point pattern: Additional length # 36060. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_CLAMPSPACE_ENDXPOS | Overloaded. X end point: Clamping space # 36083. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_CLAMPSPACE_ENDYPOS | Overloaded. Y end point: Clamping space # 36084. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_CLAMPSPACE_ENDZPOS | Overloaded. Z end point: Clamping space # 36085. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_CLAMPSPACE_OFFSET | Overloaded. Clamping space offset # 36086. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_CLAMPSPACE_STARTXPOS | Overloaded. X starting point: Clamping space # 36080. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_CLAMPSPACE_STARTYPOS | Overloaded. Y starting point: Clamping space # 36081. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_CLAMPSPACE_STARTZPOS | Overloaded. Z starting point: Clamping space # 36082. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_CONTACTTYPE | Overloaded. Connection point pattern: Wire termination processing (EPLAN Cabinet) # 36061. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_DEVICETAG | Overloaded. Connection point pattern: Plug designation # 36068. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_DIRECTION | Overloaded. Connection point pattern: Routing direction # 36059. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_HOLEDIAMETER | Overloaded. Shaft diameter # 36087. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_LEVEL | Overloaded. Connection point pattern: Level # 36069. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_MAXCROSSSECTION | Overloaded. Connection point pattern: Max. cross-section # 36063. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_MAXCROSSSECTION_AWG | Overloaded. Connection point pattern: Max. AWG # 36078. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_MAXTIGHTENINGTORQUE | Overloaded. Max. tightening torque # 36079. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_MAXWIRECOUNT | Overloaded. Connection point pattern: Max. number of connections # 36064. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_MINCROSSSECTION | Overloaded. Connection point pattern: Min. cross-section # 36062. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_MINCROSSSECTION_AWG | Overloaded. Connection point pattern: Min. AWG # 36077. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_MINTIGHTENINGTORQUE | Overloaded. Min. tightening torque # 36095. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_OPERATIONVEC_XDIR | Overloaded. X vector: Tool # 36091. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_OPERATIONVEC_XPOS | Overloaded. X position: Tool # 36088. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_OPERATIONVEC_YDIR | Overloaded. Y vector: Tool # 36092. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_OPERATIONVEC_YPOS | Overloaded. Y position: Tool # 36089. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_OPERATIONVEC_ZDIR | Overloaded. Z vector: Tool # 36093. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_OPERATIONVEC_ZPOS | Overloaded. Z position: Tool # 36090. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_PLC_BUS_INTERFACENAME | Overloaded. Connection point pattern: Bus interface name # 36101. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_SCREWDRIVES | Overloaded. Socket size # 36094. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_STRIPPINGLENGTH | Overloaded. Stripping length # 36096. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_TARGETINFO | Overloaded. Connection point pattern: Internal / External index # 36070. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_TERMINALNUMBER | Overloaded. Connection point pattern: Terminal designation # 36071. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_TERMINALSIZE | Overloaded. Connection point pattern: Connection dimension # 36067. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_TWINSLEEVE | Overloaded. Connection point pattern: Dual sleeve prescribed # 36065. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_TYPEOFTERMINAL | Overloaded. Connection point pattern: Connection category # 36066. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_XDIR | Overloaded. Connection point pattern: X vector # 36072. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_XPOS | Overloaded. Connection point pattern: X position # 36056. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_YDIR | Overloaded. Connection point pattern: Y vector # 36073. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_YPOS | Overloaded. Connection point pattern: Y position # 36057. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_ZDIR | Overloaded. Connection point pattern: Z vector # 36074. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
FUNCTION3D_TERMINALPOSITION_ZPOS | Overloaded. Connection point pattern: Z position # 36058. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
HARNESS_NAME | Overloaded. Wire harness name # 31143. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
INSTANCE_REVISION_LOG_DATE | Overloaded. Modification date (change tracking) # 19032. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
INSTANCE_REVISION_LOG_MARKER | Overloaded. Revision marker (change tracking) # 19030. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
INSTANCE_REVISION_LOG_MARKER_FORMAT | Overloaded. Revision marker format (change tracking) # 19031. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
INSTANCE_REVISION_LOG_TIME | Overloaded. Modification time (change tracking) # 19034. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
INSTANCE_REVISION_LOG_USER | Overloaded. Creator (change tracking) # 19033. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
INSTANCE_REVISIONID | Overloaded. Revision change marker (from property comparison) # 10153. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
INSTANCE_REVISIONMARKER | Overloaded. Revision marker (from property comparison) # 10152. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
INTRINSICSAFETY | Overloaded. Intrinsically safe # 31030. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
MESSAGEMGMT_MESSAGES | Overloaded. Messages in message management # 20930. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
Parent | StorableObject to which this property list is connected. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
PROJ_ARTICLEREF_CRAFT | Overloaded. Trade of part reference # 20913. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
PROJ_ARTICLEREF_SUBCRAFT | Overloaded. Subtrade of part reference # 20914. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
Property | Overloaded. Method used by operator[] in order to access indexed properties by AnyPropertyId. | |
PROPUSER_DBOBJECTID | Overloaded. Object identification # 2000. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.StorableObjectPropertyList) | |
RECTANGLE_HEIGHT | Overloaded. Height # 20222. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
RECTANGLE_WIDTH | Overloaded. Width # 20221. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
SUBPROJECT_NUMBER | Overloaded. Subproject number # 25101. This property isn't indexed. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
WRITEPROTECTED | Overloaded. Change protection # 3014. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
WRITEPROTECTED_AUTOMATIC | Overloaded. Change protection (hierarchical) # 3015. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) |
Name | Description | |
---|---|---|
CopyTo | Overloaded. Copies properties to other property list. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
Dispose() | Destructor for deterministic finalization of AuxiliaryLinePropertyList object. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
Exists | Overloaded. Checks property existence for used obiect. (Inherited from Eplan.EplApi.DataModel.E3D.Placement3DPropertyList) | |
getPropList | Internal method. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |