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

In This Topic
    Placement3DPropertyList Class
    In This Topic
    This class represents collection of properties of Placement3D class. Please check also base classes for other properties which are available for Placement3D objects: Eplan.EplApi.DataModel.StorableObjectPropertyList
    Inheritance Hierarchy
    Syntax
    [DefaultMember("Property")]
    public class Placement3DPropertyList : Eplan.EplApi.DataModel.StorableObjectPropertyList 
    [DefaultMember("Property")]
    public ref class Placement3DPropertyList : public Eplan.EplApi.DataModel.StorableObjectPropertyList 
    Remarks
    It uses operator[] in order to access its elements (stored properties).

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

    Example
    Example shows usage of online an offline property list:
    //creation of online property list
    FunctionPropertyList oPropertyListOnline1 = oFunction.Properties;
    oPropertyListOnline1.FUNC_COMMENT = "Comment";
    //now oFunction.Properties.FUNC_COMMENT is equal "Comment"
    
    FunctionPropertyList oPropertyLineOnline2 = new FunctionPropertyList(oFunction);
    oPropertyLineOnline2.FUNC_COMMENT = "Test";
    //now oFunction.Properties.FUNC_COMMENT is equal "Test"
    
    //creation of offline property list
    FunctionPropertyList oPropertyLineOffline = new FunctionPropertyList();
    oPropertyLineOffline.FUNC_COMMENT = "Test comment";
    oFunction.Properties.FUNC_COMMENT = oPropertyLineOffline.FUNC_COMMENT;
    oPropertyLineOffline.FUNC_COMMENT = "Offline comment";
    //now oPropertyLineOffline.FUNC_COMMENT is equal "Test comment"
    
    
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverloaded. Mounting surface # 22022. This property isn't indexed.  
    Public PropertyOverloaded. # 25030. This property isn't indexed.  
    Public PropertyOverloaded. AutomationML GUID 2 # 25031.  
    Public PropertyOverloaded. Number of connections used (single-line cables) # 35109. This property isn't indexed.  
    Public PropertyOverloaded. Topology: Routing path types # 20344. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Topology: Routing track # 20237. This property isn't indexed.  
    Public PropertyOverloaded. Topology: Structure # 20245. This property isn't indexed.  
    Public PropertyOverloaded. Protected routing # 31113. This property isn't indexed.  
    Public PropertyOverloaded. Layout space: Routing track # 31095. This property isn't indexed.  
    Public PropertyOverloaded. Functional assignment # 1320. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment: Description # 1350. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment with preceding sign # 1340. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function number # 1720. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function number: Description # 1750. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function number with preceding sign # 1740. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location # 1220. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location: Description # 1250. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location with preceding sign # 1240. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site # 1420. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site: Description # 1450. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site with preceding sign # 1440. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function # 1120. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function: Description # 1150. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function with preceding sign # 1140. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product # 1820. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product: Description # 1850. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product with preceding sign # 1840. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (sub-identifier, complete) # 1321. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function number (sub-identifier, complete) # 1721. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (sub-identifier, complete) # 1221. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (sub-identifier, complete) # 1421. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (sub-identifier, complete) # 1121. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (sub-identifier, complete) # 1821. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (sub-identifier, complete) # 1621. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure # 1620. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure: Description # 1650. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure with preceding sign # 1640. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (main identifier) # 1300. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (main identifier): Description # 1330. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (leading identifiers) # 1322.  
    Public PropertyOverloaded. Functional assignment (visible) # 1329. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function number (main identifier) # 1700. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function number (main identifier): Description # 1730. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function number (leading identifiers) # 1722.  
    Public PropertyOverloaded. Higher-level function number (visible) # 1729. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (main identifier) # 1200. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (main identifier): Description # 1230. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (leading identifiers) # 1222.  
    Public PropertyOverloaded. Mounting location (visible) # 1229. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (main identifier) # 1400. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (main identifier): Description # 1430. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (leading identifiers) # 1422.  
    Public PropertyOverloaded. Installation site (visible) # 1429. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (main identifier) # 1100. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (main identifier): Description # 1130. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (leading identifiers) # 1122.  
    Public PropertyOverloaded. Higher-level function (visible) # 1129. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (main identifier) # 1800. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (main identifier): Description # 1830. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (leading identifiers) # 1822.  
    Public PropertyOverloaded. Product (visible) # 1829. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 1) # 1301. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 1): Description # 1331. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 2) # 1302. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 2): Description # 1332. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 3) # 1303. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 3): Description # 1333. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 4) # 1304. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 4): Description # 1334. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 5) # 1305. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 5): Description # 1335. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 6) # 1306. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 6): Description # 1336. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 7) # 1307. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 7): Description # 1337. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 8) # 1308. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 8): Description # 1338. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 9) # 1309. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Functional assignment (Sub-identifier 9): Description # 1339. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 1) # 1201. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 1): Description # 1231. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 2) # 1202. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 2): Description # 1232. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 3) # 1203. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 3): Description # 1233. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 4) # 1204. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 4): Description # 1234. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 5) # 1205. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 5): Description # 1235. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 6) # 1206. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 6): Description # 1236. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 7) # 1207. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 7): Description # 1237. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 8) # 1208. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 8): Description # 1238. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 9) # 1209. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting location (Sub-identifier 9): Description # 1239. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 1) # 1401. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 1): Description # 1431. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 2) # 1402. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 2): Description # 1432. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 3) # 1403. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 3): Description # 1433. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 4) # 1404. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 4): Description # 1434. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 5) # 1405. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 5): Description # 1435. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 6) # 1406. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 6): Description # 1436. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 7) # 1407. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 7): Description # 1437. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 8) # 1408. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 8): Description # 1438. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 9) # 1409. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Installation site (Sub-identifier 9): Description # 1439. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 1) # 1101. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 1): Description # 1131. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 2) # 1102. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 2): Description # 1132. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 3) # 1103. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 3): Description # 1133. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 4) # 1104. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 4): Description # 1134. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 5) # 1105. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 5): Description # 1135. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 6) # 1106. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 6): Description # 1136. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 7) # 1107. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 7): Description # 1137. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 8) # 1108. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 8): Description # 1138. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 9) # 1109. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Higher-level function (Sub-identifier 9): Description # 1139. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 1) # 1801. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 1): Description # 1831. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 2) # 1802. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 2): Description # 1832. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 3) # 1803. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 3): Description # 1833. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 4) # 1804. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 4): Description # 1834. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 5) # 1805. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 5): Description # 1835. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 6) # 1806. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 6): Description # 1836. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 7) # 1807. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 7): Description # 1837. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 8) # 1808. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 8): Description # 1838. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 9) # 1809. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Product (Sub-identifier 9): Description # 1839. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (main identifier) # 1600. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (main identifier): Description # 1630. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (leading identifiers) # 1622.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 1) # 1601. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 1): Description # 1631. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 2) # 1602. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 2): Description # 1632. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 3) # 1603. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 3): Description # 1633. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 4) # 1604. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 4): Description # 1634. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 5) # 1605. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 5): Description # 1635. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 6) # 1606. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 6): Description # 1636. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 7) # 1607. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 7): Description # 1637. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 8) # 1608. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 8): Description # 1638. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 9) # 1609. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (Sub-identifier 9): Description # 1639. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. User-defined structure (visible) # 1629. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Trade (Defined working sections) # 25000. This property isn't indexed, and is read-only.  
    Public PropertyReturns array of property ids. Returns array of AnyPropertyId objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public PropertyReturns array of PropertyValue objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public PropertyOverloaded. Additional identifying name element # 20032. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Connection point cross-section / diameter (all) # 20296. This property isn't indexed.  
    Public PropertyOverloaded. Connection point descriptions (all) # 20039. This property isn't indexed.  
    Public PropertyOverloaded. Connection point designations (all) # 20038. This property isn't indexed.  
    Public PropertyOverloaded. Connection dimension (all) # 20375. This property isn't indexed.  
    Public PropertyOverloaded. All placements # 20477.  
    Public PropertyOverloaded. Suppl. field: Yes / No # 20916.  
    Public PropertyOverloaded. Suppl. field: Text # 20915.  
    Public PropertyOverloaded. AutomationML GUID (accessories) # 20399.  
    Public PropertyOverloaded. Assembly # 20905.  
    Public PropertyOverloaded. Assembly structure # 20922.  
    Public PropertyOverloaded. Assembly variant # 20923.  
    Public PropertyOverloaded. Part allocation # 20904.  
    Public PropertyOverloaded. Used drilling pattern # 20284.  
    Public PropertyOverloaded. Number of units / quantity # 20102.  
    Public PropertyOverloaded. Part: Designation 1 # 20193.  
    Public PropertyOverloaded. Part: Designation 2 # 20194.  
    Public PropertyOverloaded. Part: Designation 3 # 20203.  
    Public PropertyOverloaded. ERP number # 31117.  
    Public PropertyOverloaded. Part: External document 1 # 20190.  
    Public PropertyOverloaded. Part: External document 10 # 20269.  
    Public PropertyOverloaded. Part: External document 11 # 20270.  
    Public PropertyOverloaded. Part: External document 12 # 20271.  
    Public PropertyOverloaded. Part: External document 13 # 20272.  
    Public PropertyOverloaded. Part: External document 14 # 20273.  
    Public PropertyOverloaded. Part: External document 15 # 20274.  
    Public PropertyOverloaded. Part: External document 16 # 20275.  
    Public PropertyOverloaded. Part: External document 17 # 20276.  
    Public PropertyOverloaded. Part: External document 18 # 20277.  
    Public PropertyOverloaded. Part: External document 19 # 20278.  
    Public PropertyOverloaded. Part: External document 2 # 20191.  
    Public PropertyOverloaded. Part: External document 20 # 20279.  
    Public PropertyOverloaded. Part: External document 3 # 20192.  
    Public PropertyOverloaded. Part: External document 4 # 20263.  
    Public PropertyOverloaded. Part: External document 5 # 20264.  
    Public PropertyOverloaded. Part: External document 6 # 20265.  
    Public PropertyOverloaded. Part: External document 7 # 20266.  
    Public PropertyOverloaded. Part: External document 8 # 20267.  
    Public PropertyOverloaded. Part: External document 9 # 20268.  
    Public PropertyOverloaded. External placement # 20917.  
    Public PropertyOverloaded. Function group # 20902.  
    Public PropertyOverloaded. # 20358.  
    Public PropertyOverloaded. Service time # 20909.  
    Public PropertyOverloaded. Lubrication / maintenance # 20912.  
    Public PropertyOverloaded. Manufacturer # 20921.  
    Public PropertyOverloaded. Part is included in a module # 20906.  
    Public PropertyOverloaded. Part: Mounting surface # 20918.  
    Public PropertyOverloaded. Part description # 31014.  
    Public PropertyOverloaded. Order number # 20919.  
    Public PropertyOverloaded. Subset / length # 31008.  
    Public PropertyOverloaded. Subset / length (full) # 31091.  
    Public PropertyOverloaded. Subset / length in unit of project # 31040.  
    Public PropertyOverloaded. Unit for subset / length # 31012.  
    Public PropertyOverloaded. Subset / length: Value # 31010.  
    Public PropertyOverloaded. Subset / length with unit of project # 31043.  
    Public PropertyOverloaded. Part number # 20100.  
    Public PropertyOverloaded. Record type # 20103.  
    Public PropertyOverloaded. Part group # 20903.  
    Public PropertyOverloaded. Drive: Device type # 20577. This property isn't indexed.  
    Public PropertyOverloaded. # 20580. This property isn't indexed.  
    Public PropertyOverloaded. Item number # 20464.  
    Public PropertyOverloaded. Item number list # 20346. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Quantity / subset in unit of project # 31044.  
    Public PropertyOverloaded. Identifier for reports # 20858.  
    Public PropertyOverloaded. Spare part # 20907.  
    Public PropertyOverloaded. Stress # 20910.  
    Public PropertyOverloaded. Supplier # 20920.  
    Public PropertyOverloaded. Suppress in bill of materials (if filtered) # 20105.  
    Public PropertyOverloaded. Sorting of part on terminal strip # 20104.  
    Public PropertyOverloaded. Procurement # 20911.  
    Public PropertyOverloaded. Safety-related values: Use case in use # 20307.  
    Public PropertyOverloaded. Part variant # 20101.  
    Public PropertyOverloaded. Wearing part # 20908.  
    Public PropertyOverloaded. Legend item # 20450. This property isn't indexed.  
    Public PropertyOverloaded. Function definition (of main function) # 20461. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function text (of main function) # 20463. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Technical characteristics (of main function) # 20460. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Handle from macro: X coordinate # 20340. This property isn't indexed.  
    Public PropertyOverloaded. Handle from macro: Y coordinate # 20341. This property isn't indexed.  
    Public PropertyOverloaded. X coordinate # 20208. This property isn't indexed.  
    Public PropertyOverloaded. Y coordinate # 20209. This property isn't indexed.  
    Public PropertyOverloaded. Layout space name (of the part placement) # 20261. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Layout space description # 20235. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting panel (identifying) # 20465. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Mounting site (of mounting panel) # 20462. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. X extension of part # 20458. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Y extension of part # 20459. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Angle # 20451. This property isn't indexed.  
    Public PropertyOverloaded. Use handle from macro # 20339. This property isn't indexed.  
    Public PropertyOverloaded. Bill of materials group # 20924.  
    Public PropertyOverloaded. Block property: Format # 20202.  
    Public PropertyOverloaded. Block property # 20201.  
    Public PropertyOverloaded. Block property: Format (function text, automatic) # 20545. This property isn't indexed.  
    Public PropertyOverloaded. Disable resizing # 20442. This property isn't indexed.  
    Public PropertyOverloaded. Allow manual cable selection only # 20061. This property isn't indexed.  
    Public PropertyOverloaded. Allow multiple PE conductors # 20062. This property isn't indexed.  
    Public PropertyOverloaded. Allow shields connected on both sides # 20063. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Unit for alternative cross-section / diameter # 20126. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Alternative cross-section / diameter # 20125. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Alternative cross-section / diameter with unit # 20127. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cable / Conduit: Cross-section / diameter with unit # 20070. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cable / Conduit: Length in unit of the project # 20078. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cable / Conduit: Length with unit of project # 20079. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cable / Conduit: Type, number of connections, cross-section / diameter with unit # 20073. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cable / Conduit: Type, number of connections, cross-section / diameter with unit, length with unit # 20074. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cable / Conduit: Number of connections, cross-section / diameter with unit # 20071. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cable / Conduit: Number of connections, cross-section / diameter with unit, length with unit # 20072. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cables: Exchange source and target # 20064. This property isn't indexed.  
    Public PropertyOverloaded. Cable-connection diagram form # 20084. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Unit for cross-section / diameter (automatic) # 20124. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cable / Conduit: Unit for cross-section / diameter # 20068. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Designation in graphic # 20067. This property isn't indexed.  
    Public PropertyOverloaded. Cables: Target # 20377. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cables: Target (with plug designation) # 20385. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cable name includes source / target # 20069. This property isn't indexed.  
    Public PropertyOverloaded. Do not use cable when adding up cable lengths # 20060. This property isn't indexed.  
    Public PropertyOverloaded. Cable diagram form # 20083. This property isn't indexed.  
    Public PropertyOverloaded. Cable assignment diagram form # 20092. This property isn't indexed.  
    Public PropertyOverloaded. No output to cable-connection diagram # 20087. This property isn't indexed.  
    Public PropertyOverloaded. No output to cable diagram # 20085. This property isn't indexed.  
    Public PropertyOverloaded. No output to cable overview # 20086. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Screw connection size # 20080. This property isn't indexed.  
    Public PropertyOverloaded. Cables: Source # 20376. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cables: Source (with plug designation) # 20383. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Special cable # 20066. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Target: Stripping length # 20082. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Source: Stripping length # 20081. This property isn't indexed.  
    Public PropertyOverloaded. Automatically generated # 20059. This property isn't indexed.  
    Public PropertyOverloaded. Name automatically assigned # 20091. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Length with unit # 20041. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Length (full) # 20257. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cable / Conduit: Unit of length # 20065. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Length # 20046. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Type # 20040. This property isn't indexed.  
    Public PropertyOverloaded. Cables: Voltage # 20044. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Number of connections # 20042. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Number of connections and cross-section / diameter # 20053. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cable / Conduit: Cross-section / diameter # 20043. This property isn't indexed.  
    Public PropertyOverloaded. Topology: Connection point extra length # 20241. This property isn't indexed.  
    Public PropertyOverloaded. Topology: Routing length # 20240. This property isn't indexed.  
    Public PropertyOverloaded. Can have parts data # 20612. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function definition: Category # 20115. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function definition: Category / Group / Definition # 20188. This property isn't indexed.  
    Public PropertyOverloaded. Function definition: Area # 20088. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Numbered using PLC data # 20812. This property isn't indexed.  
    Public PropertyOverloaded. Circuit number # 20317. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT: Identifier # 20013. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Contact / coil index # 20047. This property isn't indexed.  
    Public PropertyOverloaded. Coil: Voltage # 20054. This property isn't indexed.  
    Public PropertyOverloaded. Remark # 20045. This property isn't indexed.  
    Public PropertyOverloaded. Item number # 20318. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function definition # 20026. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Connection point cross-section # 20057. This property isn't indexed.  
    Public PropertyOverloaded. Connection point cross-section / diameter # 20295.  
    Public PropertyOverloaded. Function: Connection point description # 20023.  
    Public PropertyOverloaded. Function: Connection point designation # 20022.  
    Public PropertyOverloaded. Connection point designation 1 # 20075. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Connection point designation 2 # 20076. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Connection point designation 3 # 20226. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Connection point designation 4 # 20227. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Name of target connection point # 20077.  
    Public PropertyOverloaded. Connection dimension # 20374.  
    Public PropertyOverloaded. Contact image display # 20303. This property isn't indexed.  
    Public PropertyOverloaded. Revision: Contact image text (for property comparison) # 20199. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Contact: Switching capacity # 20055. This property isn't indexed.  
    Public PropertyOverloaded. Continue numbering with PLC data beyond this function # 20813. This property isn't indexed.  
    Public PropertyOverloaded. DT: Counter # 20014. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Trade # 20466. This property isn't indexed.  
    Public PropertyOverloaded. Media code # 20316. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cross-reference (main / aux. function) # 20300. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cross-reference display: Auxiliary function as main function # 20314. This property isn't indexed.  
    Public PropertyOverloaded. Cross-reference to plug counterpiece # 20304. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Separator for terminal strip and plug definitions # 20099. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Connection point cross-section / diameter (all, depending on DT adoption) # 20297. This property isn't indexed.  
    Public PropertyOverloaded. Function definition: Description # 20117. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cables: Connection point length target # 20246. This property isn't indexed.  
    Public PropertyOverloaded. DT (identifying) of device group main function # 20862. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (full, without project structures) # 20009. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (full, without project structures, with preceding sign) # 20213. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Name (without project structures) # 20058. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Name (without project structures, with preceding sign) # 20214. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (superior, without project structures) # 20003. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (superior, without project structures, with preceding sign) # 20211. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Superior product aspect incl. name supplement # 20335. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate, without project structures) # 20004. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate, without project structures, with preceding sign) # 20212. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Subordinate product aspect incl. name supplement # 20336. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (project structures only) # 20020. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT adoption: Search direction # 20035. This property isn't indexed.  
    Public PropertyOverloaded. Device group # 20294. This property isn't indexed.  
    Public PropertyOverloaded. Use displayed DT as full DT # 20051. This property isn't indexed.  
    Public PropertyOverloaded. Distributed terminal # 20280. This property isn't indexed.  
    Public PropertyOverloaded. Distributed terminals cross-reference # 20252. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Distributed terminal index # 20223. This property isn't indexed.  
    Public PropertyOverloaded. Continuous connection between the connection points # 20331. This property isn't indexed.  
    Public PropertyOverloaded. DT: Column # 20152. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT: Application # 20155. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT: Page # 20150. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT: Subpage # 20151. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT: Row # 20153. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT: Section # 20154. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT: Supplementary field 1 # 20156. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT: Supplementary field 2 # 20157. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT: Supplementary field 3 # 20158. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT: Supplementary field 4 # 20159. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT: Supplementary field 5 # 20160. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Column # 20172. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Application # 20175. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Page # 20170. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Subpage # 20171. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Row # 20173. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Section # 20174. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Supplementary field 1 # 20176. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Supplementary field 2 # 20177. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Supplementary field 3 # 20178. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Supplementary field 4 # 20179. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Supplementary field 5 # 20180. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Format of displayed DT # 20205. This property isn't indexed.  
    Public PropertyOverloaded. Graphical display in reports # 20089.  
    Public PropertyOverloaded. Suppl. field for CLIP PROJECT data # 20090.  
    Public PropertyOverloaded. Device protection # 20475. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Form for wiring diagram # 20234. This property isn't indexed.  
    Public PropertyOverloaded. Name of target connection point (full) # 20048.  
    Public PropertyOverloaded. DT (full) # 20006. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Format of full DT # 20206. This property isn't indexed.  
    Public PropertyOverloaded. Name (full) # 20001. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Name (complete with connection point designations) # 20342. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. State # 20285.  
    Public PropertyOverloaded. Connection point designation (with displayed DT) # 20036. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. PLC address (with displayed DT) # 20037. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Engraving text # 20025. This property isn't indexed.  
    Public PropertyOverloaded. Function definition: Group # 20116. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Manufacturing date # 20868. This property isn't indexed.  
    Public PropertyOverloaded. Hose line length # 20866. This property isn't indexed.  
    Public PropertyOverloaded. Hose line identification # 20867. This property isn't indexed.  
    Public PropertyOverloaded. DT (identifying) # 20005. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Identifying DT elements # 20096. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (identifying, without subordinate DT) # 20007. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (identifying, without project structures) # 20008. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (identifying, without project structures, with preceding sign) # 20215. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Name (identifying) # 20000. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Identifying name elements # 20095. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Grouped by device # 20469. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Insert from macro as unplaced # 20094. This property isn't indexed.  
    Public PropertyOverloaded. Device group main function # 20861. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function exists with 'Topology' representation type # 20333. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function exists with 'Multi-line' representation type # 20470. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function exists with 'Functional' representation type # 20286. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function exists with 'Function overview (fluid power)' representation type # 20445. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function exists with 'Overview' representation type # 20473. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function exists with 'Pair cross-reference' representation type # 20472. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function exists with 'P&I diagram' representation type # 20474. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function exists with 'Single-line' representation type # 20471. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Connection point logic: Allow identical connection point designation # 20372.  
    Public PropertyOverloaded. Connection point logic: Number of saddle jumpers allowed # 20325.  
    Public PropertyOverloaded. Connection point logic: Consumer / source to # 20327.  
    Public PropertyOverloaded. Connection point logic: Pressure / control port # 20369.  
    Public PropertyOverloaded. Connection point logic: Number of targets allowed # 20324.  
    Public PropertyOverloaded. Connection point logic: Cable connection point # 20322.  
    Public PropertyOverloaded. Connection point logic: External # 20321.  
    Public PropertyOverloaded. Connection point logic: Target tracking (PLC) to # 20449.  
    Public PropertyOverloaded. Connection point logic: Potential type # 20370.  
    Public PropertyOverloaded. Connection point logic: Transfer potential to # 20326.  
    Public PropertyOverloaded. Connection point logic: Intrinsic safety possible # 20323.  
    Public PropertyOverloaded. Connection point logic: Type of signal # 20371.  
    Public PropertyOverloaded. Connection point logic: Symbol connection point # 20373.  
    Public PropertyOverloaded. Connection point logic: Connection point type # 20329.  
    Public PropertyOverloaded. Macro # 20468. This property isn't indexed.  
    Public PropertyOverloaded. Cross-reference (only main functions) # 20306. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Main function # 20122. This property isn't indexed.  
    Public PropertyOverloaded. Manage unplaced auxiliary functions at the main function # 20476. This property isn't indexed.  
    Public PropertyOverloaded. Manual cross-reference # 20302. This property isn't indexed.  
    Public PropertyOverloaded. Material # 20864. This property isn't indexed.  
    Public PropertyOverloaded. Cross-reference display: Max. number of cross-references # 20198. This property isn't indexed.  
    Public PropertyOverloaded. DT ID # 20359. This property isn't indexed.  
    Public PropertyOverloaded. Mounting site (describing) # 20024. This property isn't indexed.  
    Public PropertyOverloaded. Enclosure legend form # 20440. This property isn't indexed.  
    Public PropertyOverloaded. Suppress generation of the enclosure legend # 20441. This property isn't indexed.  
    Public PropertyOverloaded. DT (subordinate): Identifier # 20017. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate):Counter # 20018. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Prefix # 20016. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT (subordinate): Subcounter # 20019. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Net-connecting # 20217. This property isn't indexed.  
    Public PropertyOverloaded. Cross-reference display: Number of rows / columns # 20050. This property isn't indexed.  
    Public PropertyOverloaded. Output group # 20033. This property isn't indexed.  
    Public PropertyOverloaded. Plugs: Assignment to male pin / female pin end # 20052. This property isn't indexed.  
    Public PropertyOverloaded. Plugs: Number of pins # 20056. This property isn't indexed.  
    Public PropertyOverloaded. Terminal / pin description # 20225. This property isn't indexed.  
    Public PropertyOverloaded. Terminal / Pin designation # 20030. This property isn't indexed.  
    Public PropertyOverloaded. Pipe class # 20863. This property isn't indexed.  
    Public PropertyOverloaded. Physical network: Bus ID / item number # 20311. This property isn't indexed.  
    Public PropertyOverloaded. Physical network: Bus ID / item number 2 # 20386. This property isn't indexed.  
    Public PropertyOverloaded. Bus interface: Name # 20447. This property isn't indexed.  
    Public PropertyOverloaded. Bus interface: Name (indirect) # 20390. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Bus interface: Main bus port # 20448. This property isn't indexed.  
    Public PropertyOverloaded. Bus interface: Main bus port (indirect) # 20391. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Bus system # 20308. This property isn't indexed.  
    Public PropertyOverloaded. Bus system (indirect) # 20338. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DNS/PROFINET device name # 20309. This property isn't indexed.  
    Public PropertyOverloaded. Ignore missing bus ID # 20412. This property isn't indexed.  
    Public PropertyOverloaded. MasterSystemID # 20334. This property isn't indexed.  
    Public PropertyOverloaded. Signal range # 20388. This property isn't indexed.  
    Public PropertyOverloaded. Subnet mask # 20446. This property isn't indexed.  
    Public PropertyOverloaded. Subslot # 20312. This property isn't indexed.  
    Public PropertyOverloaded. Data transfer rate # 20313. This property isn't indexed.  
    Public PropertyOverloaded. PLC address # 20400. This property isn't indexed.  
    Public PropertyOverloaded. Address range (SIEMENS STEP 7 Classic) # 20432. This property isn't indexed.  
    Public PropertyOverloaded. Address range 2 (SIEMENS STEP 7 Classic) # 20299. This property isn't indexed.  
    Public PropertyOverloaded. Connection point designation (with plug designation (automatic)) # 20183. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Drive # 20576.  
    Public PropertyOverloaded. Physical network: Bus ID / item number 2 (indirect) # 20387. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Physical network: Bus ID / item number (indirect) # 20426. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Bus interface: Name (with plug designation) # 20443. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Communication unit (at PLC connection points) # 20163. This property isn't indexed.  
    Public PropertyOverloaded. Channel designation (automatic) # 20428. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Channel designation (determined) # 20436. This property isn't indexed.  
    Public PropertyOverloaded. Channel designation # 20407. This property isn't indexed.  
    Public PropertyOverloaded. Address range (do not use anymore) # 20134.  
    Public PropertyOverloaded. Alternative (Interbus) # 20131.  
    Public PropertyOverloaded. Position / Bus ID (do not use anymore) # 20138.  
    Public PropertyOverloaded. Bus system (do not use anymore) # 20109.  
    Public PropertyOverloaded. Configuration project (at communication units) # 20107.  
    Public PropertyOverloaded. DNS/PROFINET device name (do not use anymore) # 20129.  
    Public PropertyOverloaded. Domain Postfix # 20181.  
    Public PropertyOverloaded. Bundle / Network ID (do not use anymore) # 20133.  
    Public PropertyOverloaded. End IP address # 20169.  
    Public PropertyOverloaded. Start address of PLC card (do not use anymore) # 20135.  
    Public PropertyOverloaded. MAC address # 20128.  
    Public PropertyOverloaded. To bus master / bus coupler ID (do not use anymore) # 20137.  
    Public PropertyOverloaded. Communication unit (at communication units) # 20106.  
    Public PropertyOverloaded. Object ID of communication unit # 20098.  
    Public PropertyOverloaded. Node group (Interbus) # 20130.  
    Public PropertyOverloaded. PLC object ID (at communication units) # 20139.  
    Public PropertyOverloaded. Service info (Interbus) # 20132.  
    Public PropertyOverloaded. Standard gateway # 20119.  
    Public PropertyOverloaded. Start IP address # 20165.  
    Public PropertyOverloaded. Subnet mask (do not use anymore) # 20118.  
    Public PropertyOverloaded. Subslot (do not use anymore) # 20204.  
    Public PropertyOverloaded. Supplementary field 1 # 20140.  
    Public PropertyOverloaded. Supplementary field 2 # 20141.  
    Public PropertyOverloaded. Supplementary field 3 # 20142.  
    Public PropertyOverloaded. Supplementary field 4 # 20143.  
    Public PropertyOverloaded. Supplementary field 5 # 20144.  
    Public PropertyOverloaded. Supplementary field 6 # 20145.  
    Public PropertyOverloaded. Supplementary field 7 # 20146.  
    Public PropertyOverloaded. Supplementary field 8 # 20147.  
    Public PropertyOverloaded. Supplementary field 9 # 20148.  
    Public PropertyOverloaded. Supplementary field 10 # 20149.  
    Public PropertyOverloaded. Bus master / Bus coupler (do not use anymore) # 20136.  
    Public PropertyOverloaded. Data transfer rate (do not use anymore) # 20282.  
    Public PropertyOverloaded. Use DHCP # 20182.  
    Public PropertyOverloaded. Configuration project (at PLC boxes and bus ports) # 20161. This property isn't indexed.  
    Public PropertyOverloaded. Configuration project (automatic, at bus ports) # 20581. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Configuration project (indirect) # 20108. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. CPU: Name # 20433. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. CPU (indirect) # 20434. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. CPU: Name # 20253.  
    Public PropertyOverloaded. PLC-specific settings # 20315. This property isn't indexed.  
    Public PropertyOverloaded. Data type # 20405. This property isn't indexed.  
    Public PropertyOverloaded. Deactivated I/O connection point # 20438. This property isn't indexed.  
    Public PropertyOverloaded. Device description: File name # 20415. This property isn't indexed.  
    Public PropertyOverloaded. Device description: Index in file # 20381. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 1: Name # 20521. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 10: Name # 20530. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 11: Name # 20531. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 12: Name # 20532. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 2: Name # 20522. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 3: Name # 20523. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 4: Name # 20524. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 5: Name # 20525. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 6: Name # 20526. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 7: Name # 20527. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 8: Name # 20528. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 9: Name # 20529. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 1: Position (slot / module) # 20533. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 10: Position (slot / module) # 20542. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 11: Position (slot / module) # 20543. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 12: Position (slot / module) # 20544. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 2: Position (slot / module) # 20534. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 3: Position (slot / module) # 20535. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 4: Position (slot / module) # 20536. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 5: Position (slot / module) # 20537. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 6: Position (slot / module) # 20538. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 7: Position (slot / module) # 20539. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 8: Position (slot / module) # 20540. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 9: Position (slot / module) # 20541. This property isn't indexed.  
    Public PropertyOverloaded. PLC diagram form # 20187. This property isn't indexed.  
    Public PropertyOverloaded. Physical network: Name # 20413. This property isn't indexed.  
    Public PropertyOverloaded. Physical network: Name (indirect) # 20425. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Version # 20418. This property isn't indexed.  
    Public PropertyOverloaded. PLC device: Data length (inputs) # 20548. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 1: Data length (inputs) # 20605. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 10: Data length (inputs) # 20558. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 11: Data length (inputs) # 20559. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 12: Data length (inputs) # 20570. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 2: Data length (inputs) # 20547. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 3: Data length (inputs) # 20551. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 4: Data length (inputs) # 20552. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 5: Data length (inputs) # 20553. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 6: Data length (inputs) # 20554. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 7: Data length (inputs) # 20555. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 8: Data length (inputs) # 20556. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 9: Data length (inputs) # 20557. This property isn't indexed.  
    Public PropertyOverloaded. PLC device: Data length (outputs) # 20550. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 1: Data length (outputs) # 20604. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 10: Data length (outputs) # 20567. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 11: Data length (outputs) # 20568. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 12: Data length (outputs) # 20569. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 2: Data length (outputs) # 20549. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 3: Data length (outputs) # 20560. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 4: Data length (outputs) # 20561. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 5: Data length (outputs) # 20562. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 6: Data length (outputs) # 20563. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 7: Data length (outputs) # 20564. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 8: Data length (outputs) # 20565. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 9: Data length (outputs) # 20566. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 1: Device description: Index in file # 20606. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 10: Device description: Index in file # 20601. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 11: Device description: Index in file # 20602. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 12: Device description: Index in file # 20603. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 2: Device description: Index in file # 20593. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 3: Device description: Index in file # 20594. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 4: Device description: Index in file # 20595. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 5: Device description: Index in file # 20596. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 6: Device description: Index in file # 20597. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 7: Device description: Index in file # 20598. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 8: Device description: Index in file # 20599. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 9: Device description: Index in file # 20600. This property isn't indexed.  
    Public PropertyOverloaded. Start address of PLC card # 20419. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 1: Start address (inputs) # 20609. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 1: Start address (outputs) # 20608. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 10: Start address (inputs) # 20398. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 10: Start address (outputs) # 20518. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 11: Start address (inputs) # 20452. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 11: Start address (outputs) # 20519. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 12: Start address (inputs) # 20453. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 12: Start address (outputs) # 20520. This property isn't indexed.  
    Public PropertyOverloaded. Start address 2 of PLC card # 20255. This property isn't indexed.  
    Public PropertyOverloaded. Start address 2 of PLC card (indirect) # 20298. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. PLC subdevice 2: Start address (inputs) # 20454. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 2: Start address (outputs) # 20455. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 3: Start address (inputs) # 20382. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 3: Start address (outputs) # 20456. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 4: Start address (inputs) # 20392. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 4: Start address (outputs) # 20457. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 5: Start address (inputs) # 20393. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 5: Start address (outputs) # 20478. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 6: Start address (inputs) # 20394. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 6: Start address (outputs) # 20479. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 7: Start address (inputs) # 20395. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 7: Start address (outputs) # 20515. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 8: Start address (inputs) # 20396. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 8: Start address (outputs) # 20516. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 9: Start address (inputs) # 20397. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 9: Start address (outputs) # 20517. This property isn't indexed.  
    Public PropertyOverloaded. Start address of PLC card (indirect) # 20423. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. PLC subdevice 1: PLC type designation # 20607. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 10: PLC type designation # 20590. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 11: PLC type designation # 20591. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 12: PLC type designation # 20592. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 2: PLC type designation # 20582. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 3: PLC type designation # 20583. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 4: PLC type designation # 20584. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 5: PLC type designation # 20585. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 6: PLC type designation # 20586. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 7: PLC type designation # 20587. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 8: PLC type designation # 20588. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 9: PLC type designation # 20589. This property isn't indexed.  
    Public PropertyOverloaded. Bus coupler / head station # 20164. This property isn't indexed.  
    Public PropertyOverloaded. Bus distribution device # 20189. This property isn't indexed.  
    Public PropertyOverloaded. CPU # 20167. This property isn't indexed.  
    Public PropertyOverloaded. Logical network: Bus port is master # 20310. This property isn't indexed.  
    Public PropertyOverloaded. PLC card is placed on head station # 20444. This property isn't indexed.  
    Public PropertyOverloaded. Power supply # 20184. This property isn't indexed.  
    Public PropertyOverloaded. Number of positions in the rack (to the left) # 20260. This property isn't indexed.  
    Public PropertyOverloaded. Logical network: Name # 20414. This property isn't indexed.  
    Public PropertyOverloaded. Logical network: Name (indirect) # 20424. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Integrated module # 20289. This property isn't indexed.  
    Public PropertyOverloaded. Sort code (for position in rack) # 20258. This property isn't indexed.  
    Public PropertyOverloaded. PLC card name # 20437. This property isn't indexed.  
    Public PropertyOverloaded. Without sensor / actuator search for symbolic address # 20196. This property isn't indexed.  
    Public PropertyOverloaded. Object description # 20417. This property isn't indexed.  
    Public PropertyOverloaded. PLC object ID (at functions) # 20162. This property isn't indexed.  
    Public PropertyOverloaded. Overview cross-reference # 20301. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Connection point designation (with plug designation) # 20435. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Plug designation (automatic) # 20431. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Plug designation # 20406. This property isn't indexed.  
    Public PropertyOverloaded. Prevent numbering with PLC data # 20430. This property isn't indexed.  
    Public PropertyOverloaded. Process object # 20097. This property isn't indexed.  
    Public PropertyOverloaded. PLC card is placed on rack ID # 20410. This property isn't indexed.  
    Public PropertyOverloaded. PLC card is placed on rack ID (indirect) # 20421. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Number of positions in the rack # 20259. This property isn't indexed.  
    Public PropertyOverloaded. Safety address # 20439. This property isn't indexed.  
    Public PropertyOverloaded. Position (slot / module) # 20411. This property isn't indexed.  
    Public PropertyOverloaded. Position / (slot / module) (indirect) # 20422. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. PLC station ID # 20408. This property isn't indexed.  
    Public PropertyOverloaded. PLC station ID (indirect) # 20420. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. PLC station type # 20409. This property isn't indexed.  
    Public PropertyOverloaded. Symbolic address (automatic) # 20404. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Symbolic address (determined) # 20403. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Symbolic address: Group # 20610. This property isn't indexed.  
    Public PropertyOverloaded. Symbolic address # 20402. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice: Index # 20384. This property isn't indexed.  
    Public PropertyOverloaded. Do not include in addressing # 20380. This property isn't indexed.  
    Public PropertyOverloaded. Rack # 20427. This property isn't indexed.  
    Public PropertyOverloaded. PLC type designation # 20416. This property isn't indexed.  
    Public PropertyOverloaded. Plugs: Coding # 20856. This property isn't indexed.  
    Public PropertyOverloaded. With signal isolation # 20123. This property isn't indexed.  
    Public PropertyOverloaded. Potential type of connection points # 20166. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. DT: Prefix # 20012. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Max. working pressure # 20870. This property isn't indexed.  
    Public PropertyOverloaded. Nominal pressure level # 20865. This property isn't indexed.  
    Public PropertyOverloaded. Pressure level # 20330. This property isn't indexed.  
    Public PropertyOverloaded. Torsion angle # 20869. This property isn't indexed.  
    Public PropertyOverloaded. Safety project # 20366. This property isn't indexed.  
    Public PropertyOverloaded. Safety function # 20216. This property isn't indexed.  
    Public PropertyOverloaded. Cross-reference display: Display # 20049. This property isn't indexed.  
    Public PropertyOverloaded. Number of functions # 20110. This property isn't indexed.  
    Public PropertyOverloaded. Cables: Connection point length source # 20243. This property isn't indexed.  
    Public PropertyOverloaded. Subtrade # 20467. This property isn't indexed.  
    Public PropertyOverloaded. DT: Subcounter # 20015. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Supplementary field # 20901.  
    Public PropertyOverloaded. Cross-reference display # 20021. This property isn't indexed.  
    Public PropertyOverloaded. Suppress in device tag list (if filtered) # 20093. This property isn't indexed.  
    Public PropertyOverloaded. Channel designation (automatic): Suppress search # 20578. This property isn't indexed.  
    Public PropertyOverloaded. Plug designation (automatic): Suppress search # 20579. This property isn't indexed.  
    Public PropertyOverloaded. Symbol description (function) # 20114. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Symbol name # 20112. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Symbol number # 20168. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Symbol variant # 20113. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Symbol library # 20111. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Symbol # 20575. This property isn't indexed.  
    Public PropertyOverloaded. Technical characteristics # 20027. This property isn't indexed.  
    Public PropertyOverloaded. Allow same designations # 20811. This property isn't indexed.  
    Public PropertyOverloaded. Terminal / plug connection diagram form # 20852. This property isn't indexed.  
    Public PropertyOverloaded. Terminal / plug diagram form # 20806. This property isn't indexed.  
    Public PropertyOverloaded. Terminal category # 20230. This property isn't indexed.  
    Public PropertyOverloaded. Terminal with LED # 20231. This property isn't indexed.  
    Public PropertyOverloaded. Terminal with plug-in adapter # 20283. This property isn't indexed.  
    Public PropertyOverloaded. Terminal opened # 20232. This property isn't indexed.  
    Public PropertyOverloaded. Manual saddle jumpers (external) # 20351.  
    Public PropertyOverloaded. Manual saddle jumpers (internal) # 20350.  
    Public PropertyOverloaded. Saddle jumper option # 20808. This property isn't indexed.  
    Public PropertyOverloaded. Labeling type # 20365. This property isn't indexed.  
    Public PropertyOverloaded. Main terminal # 20220. This property isn't indexed.  
    Public PropertyOverloaded. No output to terminal-connection / pin-connection diagram # 20853. This property isn't indexed.  
    Public PropertyOverloaded. No output to terminal / plug diagram # 20851. This property isn't indexed.  
    Public PropertyOverloaded. No output to terminal line-up diagram # 20859. This property isn't indexed.  
    Public PropertyOverloaded. No output to terminal-strip / plug overview # 20857. This property isn't indexed.  
    Public PropertyOverloaded. Connected PLC address (automatic) # 20855. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Connected PLC address # 20854. This property isn't indexed.  
    Public PropertyOverloaded. Auxiliary terminal # 20228. This property isn't indexed.  
    Public PropertyOverloaded. Terminal strips: Allow same designations within multi-level terminals # 20290. This property isn't indexed.  
    Public PropertyOverloaded. Do not use main terminals # 20229. This property isn't indexed.  
    Public PropertyOverloaded. Switching lock # 20293. This property isn't indexed.  
    Public PropertyOverloaded. Switching jumper (external) # 20292. This property isn't indexed.  
    Public PropertyOverloaded. Switching jumper (internal) # 20291. This property isn't indexed.  
    Public PropertyOverloaded. Connection point description # 20029.  
    Public PropertyOverloaded. Connection point designation # 20028.  
    Public PropertyOverloaded. Terminal: Device position # 20367. This property isn't indexed.  
    Public PropertyOverloaded. Level # 20034. This property isn't indexed.  
    Public PropertyOverloaded. Connection dimension target # 20379. This property isn't indexed.  
    Public PropertyOverloaded. Connection dimension source # 20378. This property isn't indexed.  
    Public PropertyOverloaded. Sort code (terminal / pin) # 20809. This property isn't indexed.  
    Public PropertyOverloaded. Sorting (graphical) # 20810. This property isn't indexed.  
    Public PropertyOverloaded. Function text # 20011. This property isn't indexed.  
    Public PropertyOverloaded. Function text (automatic) # 20031. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function text (common) # 20120. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Representation type # 20121. This property isn't indexed.  
    Public PropertyOverloaded. Type designation of part # 20200.  
    Public PropertyOverloaded. DT (displayed) # 20010. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Name (visible) # 20002. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. EPLAN Data Portal: Configurator # 20287. This property isn't indexed.  
    Public PropertyOverloaded. EPLAN Data Portal: Configurator supplementary field # 20288. This property isn't indexed.  
    Public PropertyOverloaded. Cross-reference (external) # 25102. This property isn't indexed.  
    Public PropertyOverloaded. Message text # 20185. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. ID for net-based connections # 20218.  
    Public PropertyOverloaded. IDs for net-based connections # 20219. This property isn't indexed.  
    Public PropertyOverloaded. Marked for deletion # 20186. This property isn't indexed.  
    Public PropertyOverloaded. Function template: Template group (multi-line) # 20429. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Function template: Description # 20389. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Local connection point pattern # 36005. This property isn't indexed.  
    Public PropertyOverloaded. Multiple cut-out possible # 36036. This property isn't indexed.  
    Public PropertyOverloaded. Output in mounting list # 36032. This property isn't indexed.  
    Public PropertyOverloaded. Item description # 36018. This property isn't indexed.  
    Public PropertyOverloaded. Item designation # 36000. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Grouping sign for item designation # 36012. This property isn't indexed.  
    Public PropertyOverloaded. Grouping sign for item designation (automatic) # 36002. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Name of the M-CAD file # 36042. This property isn't indexed.  
    Public PropertyOverloaded. Item is fastened unmovably to the superior item # 36010. This property isn't indexed.  
    Public PropertyOverloaded. Item requires holes in mounting surface # 36014. This property isn't indexed.  
    Public PropertyOverloaded. Full item designation # 36013. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Has mounting grid # 36105. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Has mounting lines # 36103. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Has mounting points # 36104. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Has base points # 36106. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Variable for placeable functions (EEC One) # 36041. This property isn't indexed.  
    Public PropertyOverloaded. Product configurator identifier # 36076. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Item ID (relative to macro, EEC) # 36035. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Designation in mechanics structure # 36016. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Machining # 36004. This property isn't indexed.  
    Public PropertyOverloaded. Is associated mounting material # 36015. This property isn't indexed.  
    Public PropertyOverloaded. Prefabricated # 36011. This property isn't indexed.  
    Public PropertyOverloaded. Mounting site (describing, common) # 36003. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Distance to mounting surface # 36017. This property isn't indexed.  
    Public PropertyOverloaded. Cut-out: Radius / Chamfer distance # 36023. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cut-out: Outline # 36025. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cut-out depth (copper) # 36037. This property isn't indexed.  
    Public PropertyOverloaded. Cut-out: Diameter of the hole # 36006. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cut-out: Edge length # 36024. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cut-out: Height # 36021. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cut-out: Length # 36022. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cut-out: Nominal diameter of the threaded hole # 36007. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Cut-out: Width # 36020. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Object was transferred during part migration # 36100. This property isn't indexed.  
    Public PropertyOverloaded. Superior device # 36040. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Superior mounting surface # 36033. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Thermal design: Device power dissipation # 36048. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Thermal design: Operating current # 36055. This property isn't indexed.  
    Public PropertyOverloaded. Thermal design: Max. internal temperature # 36053. This property isn't indexed.  
    Public PropertyOverloaded. Thermal design: Max. external temperature # 36051. This property isn't indexed.  
    Public PropertyOverloaded. Thermal design: Min. internal temperature # 36052. This property isn't indexed.  
    Public PropertyOverloaded. Thermal design: Min. external temperature # 36050. This property isn't indexed.  
    Public PropertyOverloaded. Thermal design: Installation situation # 36049. This property isn't indexed.  
    Public PropertyOverloaded. Thermal design: Air-conditioning field # 36054. This property isn't indexed.  
    Public PropertyOverloaded. Thermal design: Simultaneity factor (device) # 36045. This property isn't indexed.  
    Public PropertyOverloaded. Thermal design: Simultaneity factor (automatic) # 36044. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Thermal design: Air-conditioning field (device) # 36047. This property isn't indexed.  
    Public PropertyOverloaded. Thermal design: Air-conditioning field (automatic) # 36046. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Layout space: Connection filter # 36026. This property isn't indexed.  
    Public PropertyOverloaded. Routing path / Curve: Automatically generated # 36030. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Routing path / Curve: Cross-section # 36029. This property isn't indexed.  
    Public PropertyOverloaded. Routing path / Curve: Length (automatic) # 36028. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Routing path / Curve: Length # 36027. This property isn't indexed.  
    Public PropertyOverloaded. Extra length # 36031. This property isn't indexed.  
    Public PropertyOverloaded. Connection point pattern: Additional length # 36060.  
    Public PropertyOverloaded. X end point: Clamping space # 36083.  
    Public PropertyOverloaded. Y end point: Clamping space # 36084.  
    Public PropertyOverloaded. Z end point: Clamping space # 36085.  
    Public PropertyOverloaded. Clamping space offset # 36086.  
    Public PropertyOverloaded. X starting point: Clamping space # 36080.  
    Public PropertyOverloaded. Y starting point: Clamping space # 36081.  
    Public PropertyOverloaded. Z starting point: Clamping space # 36082.  
    Public PropertyOverloaded. Connection point pattern: Wire termination processing (EPLAN Cabinet) # 36061.  
    Public PropertyOverloaded. Connection point pattern: Plug designation # 36068.  
    Public PropertyOverloaded. Connection point pattern: Routing direction # 36059.  
    Public PropertyOverloaded. Shaft diameter # 36087.  
    Public PropertyOverloaded. Connection point pattern: Level # 36069.  
    Public PropertyOverloaded. Connection point pattern: Max. cross-section # 36063.  
    Public PropertyOverloaded. Connection point pattern: Max. AWG # 36078.  
    Public PropertyOverloaded. Max. tightening torque # 36079.  
    Public PropertyOverloaded. Connection point pattern: Max. number of connections # 36064.  
    Public PropertyOverloaded. Connection point pattern: Min. cross-section # 36062.  
    Public PropertyOverloaded. Connection point pattern: Min. AWG # 36077.  
    Public PropertyOverloaded. Min. tightening torque # 36095.  
    Public PropertyOverloaded. X vector: Tool # 36091.  
    Public PropertyOverloaded. X position: Tool # 36088.  
    Public PropertyOverloaded. Y vector: Tool # 36092.  
    Public PropertyOverloaded. Y position: Tool # 36089.  
    Public PropertyOverloaded. Z vector: Tool # 36093.  
    Public PropertyOverloaded. Z position: Tool # 36090.  
    Public PropertyOverloaded. Connection point pattern: Bus interface name # 36101.  
    Public PropertyOverloaded. Socket size # 36094.  
    Public PropertyOverloaded. Stripping length # 36096.  
    Public PropertyOverloaded. Connection point pattern: Internal / External index # 36070.  
    Public PropertyOverloaded. Connection point pattern: Terminal designation # 36071.  
    Public PropertyOverloaded. Connection point pattern: Connection dimension # 36067.  
    Public PropertyOverloaded. Connection point pattern: Dual sleeve prescribed # 36065.  
    Public PropertyOverloaded. Connection point pattern: Connection category # 36066.  
    Public PropertyOverloaded. Connection point pattern: X vector # 36072.  
    Public PropertyOverloaded. Connection point pattern: X position # 36056.  
    Public PropertyOverloaded. Connection point pattern: Y vector # 36073.  
    Public PropertyOverloaded. Connection point pattern: Y position # 36057.  
    Public PropertyOverloaded. Connection point pattern: Z vector # 36074.  
    Public PropertyOverloaded. Connection point pattern: Z position # 36058.  
    Public PropertyOverloaded. Wire harness name # 31143. This property isn't indexed.  
    Public PropertyOverloaded. Modification date (change tracking) # 19032. This property isn't indexed.  
    Public PropertyOverloaded. Revision marker (change tracking) # 19030. This property isn't indexed.  
    Public PropertyOverloaded. Revision marker format (change tracking) # 19031. This property isn't indexed.  
    Public PropertyOverloaded. Modification time (change tracking) # 19034. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Creator (change tracking) # 19033. This property isn't indexed.  
    Public PropertyOverloaded. Revision change marker (from property comparison) # 10153. This property isn't indexed.  
    Public PropertyOverloaded. Revision marker (from property comparison) # 10152. This property isn't indexed.  
    Public PropertyOverloaded. Intrinsically safe # 31030. This property isn't indexed.  
    Public PropertyOverloaded. Messages in message management # 20930. This property isn't indexed, and is read-only.  
    Public PropertyStorableObject to which this property list is connected. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public PropertyOverloaded. Trade of part reference # 20913.  
    Public PropertyOverloaded. Subtrade of part reference # 20914.  
    Public PropertyOverloaded. Method used by operator[] in order to access indexed properties.  
    Public PropertyOverloaded. Object identification # 2000. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.StorableObjectPropertyList)
    Public PropertyOverloaded. Height # 20222. This property isn't indexed.  
    Public PropertyOverloaded. Width # 20221. This property isn't indexed.  
    Public PropertyOverloaded. Subproject number # 25101. This property isn't indexed.  
    Public PropertyOverloaded. Change protection # 3014. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Change protection (hierarchical) # 3015. This property isn't indexed, and is read-only.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Copies properties to other property list. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public MethodDestructor for deterministic finalization of Placement3DPropertyList object. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public MethodOverloaded. Checks property existence for used obiect.  
    Public MethodInternal method. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Top
    See Also