System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.MergedArticleReferencePropertyList
System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.MergedArticleReferencePropertyList
[DefaultMember("Property")] public class MergedArticleReferencePropertyList : StorableObjectPropertyList
[DefaultMember("Property")] public ref class MergedArticleReferencePropertyList : public StorableObjectPropertyList
Property list is a container for property values and just like them can be online
or offline
. If property list is online
it means that is associated with properties of some StorableObject or other property list. In this case if any property is added, changed or removed from property list the result is also visible in related objects. Whether property list is online or offline is being determine in time of it's creation and can not be changed.
//creation of online property list FunctionPropertyList oPropertyListOnline1 = oFunction.Properties; oPropertyListOnline1.FUNC_COMMENT = "Comment"; //now oFunction.Properties.FUNC_COMMENT is equal "Comment" FunctionPropertyList oPropertyLineOnline2 = new FunctionPropertyList(oFunction); oPropertyLineOnline2.FUNC_COMMENT = "Test"; //now oFunction.Properties.FUNC_COMMENT is equal "Test" //creation of offline property list FunctionPropertyList oPropertyLineOffline = new FunctionPropertyList(); oPropertyLineOffline.FUNC_COMMENT = "Test comment"; oFunction.Properties.FUNC_COMMENT = oPropertyLineOffline.FUNC_COMMENT; oPropertyLineOffline.FUNC_COMMENT = "Offline comment"; //now oPropertyLineOffline.FUNC_COMMENT is equal "Test comment"
Name | Description | |
---|---|---|
MergedArticleReferencePropertyList Constructor | Overloaded. |
Name | Description | |
---|---|---|
ARTICLE_CABLEDESIGNATION | Cable / Conduit: Designation in graphic # 22064. | |
ARTICLE_DEPTH | Depth # 22014. | |
ARTICLE_DESCR1 | Part: Designation 1 # 22004. | |
ARTICLE_DESCR2 | Part: Designation 2 # 22005. | |
ARTICLE_DESCR3 | Part: Designation 3 # 22006. | |
ARTICLE_DISCONTINUED | Discontinued part # 22258. | |
ARTICLE_ERPNR | ERP number # 22056. | |
ARTICLE_EXTERNAL_PLACEMENT | External placement # 22220. | |
ARTICLE_FREE_DATA_DESCRIPTION | Free properties: Displayed name # 22146. | |
ARTICLE_FREE_DATA_FULL | Free properties: Value and unit (full) # 22234. | |
ARTICLE_FREE_DATA_IDENTNAME | User-defined properties: Identifying name # 22336. | |
ARTICLE_FREE_DATA_NEWVALUE | User-defined properties: Value # 22337. | |
ARTICLE_FREE_DATA_UNIT | Free properties: Unit # 22148. | |
ARTICLE_FREE_DATA_VALUE | Free properties: Value # 22147. | |
ARTICLE_GROUPSYMBOLMACRO | Schematic macro # 22145. | |
ARTICLE_GROUPSYMBOLMACRO_CUSTOM_ALL | Schematic macros for company standard # 22882. | |
ARTICLE_GROUPSYMBOLMACRO_CUSTOM_MACRO | Schematic macro: Macro for company standard # 22881. | |
ARTICLE_GROUPSYMBOLMACRO_CUSTOM_NAME | Schematic macro: Name for company standard # 22880. | |
ARTICLE_GROUPSYMBOLMACRO_GB_CCC | Schematic macro: GB/CCC # 22873. | |
ARTICLE_GROUPSYMBOLMACRO_GOST | Schematic macro: GOST # 22874. | |
ARTICLE_GROUPSYMBOLMACRO_IEC | Schematic macro: IEC # 22870. | |
ARTICLE_GROUPSYMBOLMACRO_NFPA_INCH | Schematic macro: NFPA inch # 22872. | |
ARTICLE_GROUPSYMBOLMACRO_NFPA_MM | Schematic macro: NFPA mm # 22871. | |
ARTICLE_HEIGHT | Height # 22012. | |
ARTICLE_IDENTCODE | Barcode number # 22208. | |
ARTICLE_IDENTTYPE | Barcode type # 22209. | |
ARTICLE_LIFETIME | Service time # 22142. | |
ARTICLE_MACRO | Graphical macro # 22010. | |
ARTICLE_MACRONAME | Graphical macro (without macro directory name) # 22018. | |
ARTICLE_MAINTENANCE | Lubrication / maintenance # 22141. | |
ARTICLE_MANUFACTURER | Manufacturer # 22007. | |
ARTICLE_MOUNTINGSITE | Mounting surface # 22022. | |
ARTICLE_NOTE | Description # 22009. | |
ARTICLE_ORDERNR | Order number # 22003. | |
ARTICLE_PARTIAL_LENGTH | Subset / length # 20496. | |
ARTICLE_PARTIAL_LENGTH_FULL | Subset / length (full) # 20510. | |
ARTICLE_PARTIAL_LENGTH_IN_PROJECT_UNIT | Subset / length in unit of project # 20505. | |
ARTICLE_PARTIAL_LENGTH_UNIT | Unit for subset / length # 20498. | |
ARTICLE_PARTIAL_LENGTH_VALUE | Subset / length: Value # 20497. | |
ARTICLE_PARTIAL_LENGTH_WITH_PROJECT_UNIT | Subset / length with unit of project # 20506. | |
ARTICLE_PICTUREFILE | Image file # 22045. | |
ARTICLE_PRODUCTGROUP | Product group # 22041. | |
ARTICLE_PRODUCTGROUPING | Product grouping # 22367. | |
ARTICLE_PRODUCTSUBGROUP | Product subgroup # 22028. | |
ARTICLE_PRODUCTTOPGROUP | Generic product group # 22138. | |
ARTICLE_QUANTITY_IN_PROJECT_UNIT | Quantity / subset in unit of project # 20507. | |
ARTICLE_REPORT_IDENTIFIER | Identifier for reports # 22214. | |
ARTICLE_REPORT_SYMBOL | Symbol for reports # 22228. | |
ARTICLE_SAFETYRELATED_B10 | Safety-related values: B10 # 40338. | |
ARTICLE_SAFETYRELATED_B10D | Safety-related values: B10 D # 40339. | |
ARTICLE_SAFETYRELATED_HIERARCHY_1 | Safety-related values: Hierarchy level 1 # 40321. | |
ARTICLE_SAFETYRELATED_HIERARCHY_2 | Safety-related values: Hierarchy level 2 # 40322. | |
ARTICLE_SAFETYRELATED_HIERARCHY_3 | Safety-related values: Hierarchy level 3 # 40323. | |
ARTICLE_SAFETYRELATED_HIERARCHY_4 | Safety-related values: Hierarchy level 4 # 40324. | |
ARTICLE_SAFETYRELATED_HIERARCHY_5 | Safety-related values: Hierarchy level 5 # 40325. | |
ARTICLE_SAFETYRELATED_INPUT | Safety-related values: Input (Collect) # 40326. | |
ARTICLE_SAFETYRELATED_LAMBDAD | Safety-related values: Lambda-D # 40334. | |
ARTICLE_SAFETYRELATED_LOGIC | Safety-related values: Logic (Generate report) # 40328. | |
ARTICLE_SAFETYRELATED_MTBF | Safety-related values: MTBF # 40336. | |
ARTICLE_SAFETYRELATED_MTTF | Safety-related values: MTTF # 40335. | |
ARTICLE_SAFETYRELATED_MTTFD | Safety-related values: MTTFD # 40333. | |
ARTICLE_SAFETYRELATED_OUTPUT | Safety-related values: Output (React) # 40327. | |
ARTICLE_SAFETYRELATED_PFHD | Safety-related values: PFHD # 40331. | |
ARTICLE_SAFETYRELATED_PL | Safety-related values: PL # 40329. | |
ARTICLE_SAFETYRELATED_RDF | Safety-related values: RDF # 40337. | |
ARTICLE_SAFETYRELATED_SILCL | Safety-related values: SIL CL # 40330. | |
ARTICLE_SAFETYRELATED_TMT1 | Safety-related values: TMT1 # 40332. | |
ARTICLE_SALESPRICE_1 | Sales price Currency 1 # 22107. | |
ARTICLE_SALESPRICE_2 | Sales price Currency 2 # 22108. | |
ARTICLE_SPARE | Spare part # 22140. | |
ARTICLE_STRESS | Stress # 22143. | |
ARTICLE_SUPPLIER | Supplier # 22008. | |
ARTICLE_TYPENR | Type number # 22002. | |
ARTICLE_UNIQUEID | Unique part ID # 22060. | |
ARTICLE_USAGE | Procurement # 22144. | |
ARTICLE_WEAR | Wearing part # 22139. | |
ARTICLE_WIDTH | Width # 22013. | |
ARTICLEREF_ADDITIONAL_BOOLFIELD | Suppl. field: Yes / No # 20502. | |
ARTICLEREF_ADDITIONAL_TEXTFIELD | Suppl. field: Text # 20501. | |
ARTICLEREF_AML_GUID | AutomationML GUID (accessories) # 40348. | |
ARTICLEREF_ARTICLEDEFINITION | Part of a part definition # 20508. | |
ARTICLEREF_ASSEMBLY | Assembly # 20492. | |
ARTICLEREF_ASSEMBLYSTRUCTURE | Assembly structure # 20511. | |
ARTICLEREF_ASSEMBLYVARIANT | Assembly variant # 20512. | |
ARTICLEREF_ASSIGNMENT | Part allocation # 20491. | |
ARTICLEREF_CABLE_LENGTH_SUM | Total cable length # 20500. | |
ARTICLEREF_CONSTRUCTION_NAME | Used drilling pattern: Name # 40340. | |
ARTICLEREF_COUNT | Number of units / quantity # 20482. | |
ARTICLEREF_COUNT_NOTPLACED | Number of units / quantity (unplaced) # 20484. | |
ARTICLEREF_COUNT_NOTPLACED_3D | Number of units / quantity (unplaced, 3D) # 20509. | |
ARTICLEREF_COUNT_PLACED | Number of units / quantity (placed) # 20483. | |
ARTICLEREF_COUNT_TOTAL | Total amount (number of units) # 20499. | |
ARTICLEREF_CRAFT | Trade of part reference # 40343. | |
ARTICLEREF_FUNCTIONGROUP | Function group # 20489. | |
ARTICLEREF_HARNESSPROD_GUID | # 40347. | |
ARTICLEREF_IDENTNAME | DT # 20480. | |
ARTICLEREF_LENGTH_SUM | Total length with unit of the project # 20513. | |
ARTICLEREF_MODULE_PART | Part is included in a module # 20493. | |
ARTICLEREF_MOUNTINGPLATE | Mounting panel # 20485. | |
ARTICLEREF_NUMBEROFPACKAGES | Total number of packagings # 20514. | |
ARTICLEREF_PARTNO | Part number # 20481. | |
ARTICLEREF_PARTSLISTGROUP | Bill of materials group # 22289. | |
ARTICLEREF_PARTTYPE | Record type # 20486. | |
ARTICLEREF_PIECETYPE | Part group # 20490. | |
ARTICLEREF_POSNR | Item number # 20487. | |
ARTICLEREF_PROJECTARTICLE | Project part # 20495. | |
ARTICLEREF_SUBCRAFT | Subtrade of part reference # 40344. | |
ARTICLEREF_SUPPRESSINPARTSLIST | Suppress in bill of materials (if filtered) # 20494. | |
ARTICLEREF_TERMINALSORTCODE | Sorting of part on terminal strip # 40342. | |
ARTICLEREF_TOTALPURCHASEPRICE_1 | Total purchase price Currency 1 # 20503. | |
ARTICLEREF_TOTALPURCHASEPRICE_2 | Total purchase price Currency 2 # 20504. | |
ARTICLEREF_USED_SAFETYRELATEDVALUE | Safety-related values: Use case in use # 40345. | |
ARTICLEREF_USED_SAFETYRELATEDVALUE_NAME | Safety-related values: Use case in use (name) # 40346. | |
ARTICLEREF_VARIANT | Part variant # 20488. | |
DESIGNATION_FULLFUNCTIONALASSIGNMENT | Functional assignment # 1320. | |
DESIGNATION_FULLFUNCTIONALASSIGNMENT_DESCR | Functional assignment: Description # 1350. | |
DESIGNATION_FULLFUNCTIONALASSIGNMENT_WITHPREFIX | Functional assignment with preceding sign # 1340. | |
DESIGNATION_FULLINSTALLATIONNUMBER | Higher-level function number # 1720. | |
DESIGNATION_FULLINSTALLATIONNUMBER_DESCR | Higher-level function number: Description # 1750. | |
DESIGNATION_FULLINSTALLATIONNUMBER_WITHPREFIX | Higher-level function number with preceding sign # 1740. | |
DESIGNATION_FULLLOCATION | Location designation # 1220. | |
DESIGNATION_FULLLOCATION_DESCR | Location designation: Description # 1250. | |
DESIGNATION_FULLLOCATION_WITHPREFIX | Location designation with preceding sign # 1240. | |
DESIGNATION_FULLPLACEOFINSTALLATION | Installation site # 1420. | |
DESIGNATION_FULLPLACEOFINSTALLATION_DESCR | Installation site: Description # 1450. | |
DESIGNATION_FULLPLACEOFINSTALLATION_WITHPREFIX | Installation site with preceding sign # 1440. | |
DESIGNATION_FULLPLANT | Function designation # 1120. | |
DESIGNATION_FULLPLANT_DESCR | Function designation: Description # 1150. | |
DESIGNATION_FULLPLANT_WITHPREFIX | Function designation with preceding sign # 1140. | |
DESIGNATION_FULLPRODUCT | Product # 1820. | |
DESIGNATION_FULLPRODUCT_DESCR | Product: Description # 1850. | |
DESIGNATION_FULLPRODUCT_WITHPREFIX | Product with preceding sign # 1840. | |
DESIGNATION_FULLSUBFUNCTIONALASSIGNMENT | Functional assignment (sub-identifier, complete) # 1321. | |
DESIGNATION_FULLSUBINSTALLATIONNUMBER | Higher-level function number (sub-identifier, complete) # 1721. | |
DESIGNATION_FULLSUBLOCATION | Location designation (sub-identifier, complete) # 1221. | |
DESIGNATION_FULLSUBPLACEOFINSTALLATION | Installation site (sub-identifier, complete) # 1421. | |
DESIGNATION_FULLSUBPLANT | Function designation (sub-identifier, complete) # 1121. | |
DESIGNATION_FULLSUBPRODUCT | Product (sub-identifier, complete) # 1821. | |
DESIGNATION_FULLSUBUSERDEFINED | User-defined structure (sub-identifier, complete) # 1621. | |
DESIGNATION_FULLUSERDEFINED | User-defined structure # 1620. | |
DESIGNATION_FULLUSERDEFINED_DESCR | User-defined structure: Description # 1650. | |
DESIGNATION_FULLUSERDEFINED_WITHPREFIX | User-defined structure with preceding sign # 1640. | |
DESIGNATION_FUNCTIONALASSIGNMENT | Functional assignment (main identifier) # 1300. | |
DESIGNATION_FUNCTIONALASSIGNMENT_DESCR | Functional assignment (main identifier): Description # 1330. | |
DESIGNATION_FUNCTIONALASSIGNMENT_LEADINGPARTS | Functional assignment (leading identifiers) # 1322. | |
DESIGNATION_INSTALLATIONNUMBER | Higher-level function number (main identifier) # 1700. | |
DESIGNATION_INSTALLATIONNUMBER_DESCR | Higher-level function number (main identifier): Description # 1730. | |
DESIGNATION_INSTALLATIONNUMBER_LEADINGPARTS | Higher-level function number (leading identifiers) # 1722. | |
DESIGNATION_LOCATION | Location designation (main identifier) # 1200. | |
DESIGNATION_LOCATION_DESCR | Location designation (main identifier): Description # 1230. | |
DESIGNATION_LOCATION_LEADINGPARTS | Location designation (leading identifiers) # 1222. | |
DESIGNATION_PLACEOFINSTALLATION | Installation site (main identifier) # 1400. | |
DESIGNATION_PLACEOFINSTALLATION_DESCR | Installation site (main identifier): Description # 1430. | |
DESIGNATION_PLACEOFINSTALLATION_LEADINGPARTS | Installation site (leading identifiers) # 1422. | |
DESIGNATION_PLANT | Function designation (main identifier) # 1100. | |
DESIGNATION_PLANT_DESCR | Function designation (main identifier): Description # 1130. | |
DESIGNATION_PLANT_LEADINGPARTS | Function designation (leading identifiers) # 1122. | |
DESIGNATION_PRODUCT | Product (main identifier) # 1800. | |
DESIGNATION_PRODUCT_DESCR | Product (main identifier): Description # 1830. | |
DESIGNATION_PRODUCT_LEADINGPARTS | Product (leading identifiers) # 1822. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT1 | Functional assignment (sub-identifier 1) # 1301. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT1_DESCR | Functional assignment (sub-identifier 1): Description # 1331. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT2 | Functional assignment (sub-identifier 2) # 1302. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT2_DESCR | Functional assignment (sub-identifier 2): Description # 1332. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT3 | Functional assignment (sub-identifier 3) # 1303. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT3_DESCR | Functional assignment (sub-identifier 3): Description # 1333. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT4 | Functional assignment (sub-identifier 4) # 1304. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT4_DESCR | Functional assignment (sub-identifier 4): Description # 1334. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT5 | Functional assignment (sub-identifier 5) # 1305. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT5_DESCR | Functional assignment (sub-identifier 5): Description # 1335. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT6 | Functional assignment (sub-identifier 6) # 1306. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT6_DESCR | Functional assignment (sub-identifier 6): Description # 1336. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT7 | Functional assignment (sub-identifier 7) # 1307. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT7_DESCR | Functional assignment (sub-identifier 7): Description # 1337. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT8 | Functional assignment (sub-identifier 8) # 1308. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT8_DESCR | Functional assignment (sub-identifier 8): Description # 1338. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT9 | Functional assignment (sub-identifier 9) # 1309. | |
DESIGNATION_SUBFUNCTIONALASSIGNMENT9_DESCR | Functional assignment (sub-identifier 9): Description # 1339. | |
DESIGNATION_SUBLOCATION1 | Location designation (sub-identifier 1) # 1201. | |
DESIGNATION_SUBLOCATION1_DESCR | Location designation (sub-identifier 1): Description # 1231. | |
DESIGNATION_SUBLOCATION2 | Location designation (sub-identifier 2) # 1202. | |
DESIGNATION_SUBLOCATION2_DESCR | Location designation (sub-identifier 2): Description # 1232. | |
DESIGNATION_SUBLOCATION3 | Location designation (sub-identifier 3) # 1203. | |
DESIGNATION_SUBLOCATION3_DESCR | Location designation (sub-identifier 3): Description # 1233. | |
DESIGNATION_SUBLOCATION4 | Location designation (sub-identifier 4) # 1204. | |
DESIGNATION_SUBLOCATION4_DESCR | Location designation (sub-identifier 4): Description # 1234. | |
DESIGNATION_SUBLOCATION5 | Location designation (sub-identifier 5) # 1205. | |
DESIGNATION_SUBLOCATION5_DESCR | Location designation (sub-identifier 5): Description # 1235. | |
DESIGNATION_SUBLOCATION6 | Location designation (sub-identifier 6) # 1206. | |
DESIGNATION_SUBLOCATION6_DESCR | Location designation (sub-identifier 6): Description # 1236. | |
DESIGNATION_SUBLOCATION7 | Location designation (sub-identifier 7) # 1207. | |
DESIGNATION_SUBLOCATION7_DESCR | Location designation (sub-identifier 7): Description # 1237. | |
DESIGNATION_SUBLOCATION8 | Location designation (sub-identifier 8) # 1208. | |
DESIGNATION_SUBLOCATION8_DESCR | Location designation (sub-identifier 8): Description # 1238. | |
DESIGNATION_SUBLOCATION9 | Location designation (sub-identifier 9) # 1209. | |
DESIGNATION_SUBLOCATION9_DESCR | Location designation (sub-identifier 9): Description # 1239. | |
DESIGNATION_SUBPLACEOFINSTALLATION1 | Installation site (sub-identifier 1) # 1401. | |
DESIGNATION_SUBPLACEOFINSTALLATION1_DESCR | Installation site (sub-identifier 1): Description # 1431. | |
DESIGNATION_SUBPLACEOFINSTALLATION2 | Installation site (sub-identifier 2) # 1402. | |
DESIGNATION_SUBPLACEOFINSTALLATION2_DESCR | Installation site (sub-identifier 2): Description # 1432. | |
DESIGNATION_SUBPLACEOFINSTALLATION3 | Installation site (sub-identifier 3) # 1403. | |
DESIGNATION_SUBPLACEOFINSTALLATION3_DESCR | Installation site (sub-identifier 3): Description # 1433. | |
DESIGNATION_SUBPLACEOFINSTALLATION4 | Installation site (sub-identifier 4) # 1404. | |
DESIGNATION_SUBPLACEOFINSTALLATION4_DESCR | Installation site (sub-identifier 4): Description # 1434. | |
DESIGNATION_SUBPLACEOFINSTALLATION5 | Installation site (sub-identifier 5) # 1405. | |
DESIGNATION_SUBPLACEOFINSTALLATION5_DESCR | Installation site (sub-identifier 5): Description # 1435. | |
DESIGNATION_SUBPLACEOFINSTALLATION6 | Installation site (sub-identifier 6) # 1406. | |
DESIGNATION_SUBPLACEOFINSTALLATION6_DESCR | Installation site (sub-identifier 6): Description # 1436. | |
DESIGNATION_SUBPLACEOFINSTALLATION7 | Installation site (sub-identifier 7) # 1407. | |
DESIGNATION_SUBPLACEOFINSTALLATION7_DESCR | Installation site (sub-identifier 7): Description # 1437. | |
DESIGNATION_SUBPLACEOFINSTALLATION8 | Installation site (sub-identifier 8) # 1408. | |
DESIGNATION_SUBPLACEOFINSTALLATION8_DESCR | Installation site (sub-identifier 8): Description # 1438. | |
DESIGNATION_SUBPLACEOFINSTALLATION9 | Installation site (sub-identifier 9) # 1409. | |
DESIGNATION_SUBPLACEOFINSTALLATION9_DESCR | Installation site (sub-identifier 9): Description # 1439. | |
DESIGNATION_SUBPLANT1 | Function designation (sub-identifier 1) # 1101. | |
DESIGNATION_SUBPLANT1_DESCR | Function designation (sub-identifier 1): Description # 1131. | |
DESIGNATION_SUBPLANT2 | Function designation (sub-identifier 2) # 1102. | |
DESIGNATION_SUBPLANT2_DESCR | Function designation (sub-identifier 2): Description # 1132. | |
DESIGNATION_SUBPLANT3 | Function designation (sub-identifier 3) # 1103. | |
DESIGNATION_SUBPLANT3_DESCR | Function designation (sub-identifier 3): Description # 1133. | |
DESIGNATION_SUBPLANT4 | Function designation (sub-identifier 4) # 1104. | |
DESIGNATION_SUBPLANT4_DESCR | Function designation (sub-identifier 4): Description # 1134. | |
DESIGNATION_SUBPLANT5 | Function designation (sub-identifier 5) # 1105. | |
DESIGNATION_SUBPLANT5_DESCR | Function designation (sub-identifier 5): Description # 1135. | |
DESIGNATION_SUBPLANT6 | Function designation (sub-identifier 6) # 1106. | |
DESIGNATION_SUBPLANT6_DESCR | Function designation (sub-identifier 6): Description # 1136. | |
DESIGNATION_SUBPLANT7 | Function designation (sub-identifier 7) # 1107. | |
DESIGNATION_SUBPLANT7_DESCR | Function designation (sub-identifier 7): Description # 1137. | |
DESIGNATION_SUBPLANT8 | Function designation (sub-identifier 8) # 1108. | |
DESIGNATION_SUBPLANT8_DESCR | Function designation (sub-identifier 8): Description # 1138. | |
DESIGNATION_SUBPLANT9 | Function designation (sub-identifier 9) # 1109. | |
DESIGNATION_SUBPLANT9_DESCR | Function designation (sub-identifier 9): Description # 1139. | |
DESIGNATION_SUBPRODUCT1 | Product (sub-identifier 1) # 1801. | |
DESIGNATION_SUBPRODUCT1_DESCR | Product (sub-identifier 1): Description # 1831. | |
DESIGNATION_SUBPRODUCT2 | Product (sub-identifier 2) # 1802. | |
DESIGNATION_SUBPRODUCT2_DESCR | Product (sub-identifier 2): Description # 1832. | |
DESIGNATION_SUBPRODUCT3 | Product (sub-identifier 3) # 1803. | |
DESIGNATION_SUBPRODUCT3_DESCR | Product (sub-identifier 3): Description # 1833. | |
DESIGNATION_SUBPRODUCT4 | Product (sub-identifier 4) # 1804. | |
DESIGNATION_SUBPRODUCT4_DESCR | Product (sub-identifier 4): Description # 1834. | |
DESIGNATION_SUBPRODUCT5 | Product (sub-identifier 5) # 1805. | |
DESIGNATION_SUBPRODUCT5_DESCR | Product (sub-identifier 5): Description # 1835. | |
DESIGNATION_SUBPRODUCT6 | Product (sub-identifier 6) # 1806. | |
DESIGNATION_SUBPRODUCT6_DESCR | Product (sub-identifier 6): Description # 1836. | |
DESIGNATION_SUBPRODUCT7 | Product (sub-identifier 7) # 1807. | |
DESIGNATION_SUBPRODUCT7_DESCR | Product (sub-identifier 7): Description # 1837. | |
DESIGNATION_SUBPRODUCT8 | Product (sub-identifier 8) # 1808. | |
DESIGNATION_SUBPRODUCT8_DESCR | Product (sub-identifier 8): Description # 1838. | |
DESIGNATION_SUBPRODUCT9 | Product (sub-identifier 9) # 1809. | |
DESIGNATION_SUBPRODUCT9_DESCR | Product (sub-identifier 9): Description # 1839. | |
DESIGNATION_USERDEFINED | User-defined structure (main identifier) # 1600. | |
DESIGNATION_USERDEFINED_DESCR | User-defined structure (main identifier): Description # 1630. | |
DESIGNATION_USERDEFINED_LEADINGPARTS | User-defined structure (leading identifiers) # 1622. | |
DESIGNATION_USERDEFINED_SUB1 | User-defined structure (sub-identifier 1) # 1601. | |
DESIGNATION_USERDEFINED_SUB1_DESCR | User-defined structure (sub-identifier 1): Description # 1631. | |
DESIGNATION_USERDEFINED_SUB2 | User-defined structure (sub-identifier 2) # 1602. | |
DESIGNATION_USERDEFINED_SUB2_DESCR | User-defined structure (sub-identifier 2): Description # 1632. | |
DESIGNATION_USERDEFINED_SUB3 | User-defined structure (sub-identifier 3) # 1603. | |
DESIGNATION_USERDEFINED_SUB3_DESCR | User-defined structure (sub-identifier 3): Description # 1633. | |
DESIGNATION_USERDEFINED_SUB4 | User-defined structure (sub-identifier 4) # 1604. | |
DESIGNATION_USERDEFINED_SUB4_DESCR | User-defined structure (sub-identifier 4): Description # 1634. | |
DESIGNATION_USERDEFINED_SUB5 | User-defined structure (sub-identifier 5) # 1605. | |
DESIGNATION_USERDEFINED_SUB5_DESCR | User-defined structure (sub-identifier 5): Description # 1635. | |
DESIGNATION_USERDEFINED_SUB6 | User-defined structure (sub-identifier 6) # 1606. | |
DESIGNATION_USERDEFINED_SUB6_DESCR | User-defined structure (sub-identifier 6): Description # 1636. | |
DESIGNATION_USERDEFINED_SUB7 | User-defined structure (sub-identifier 7) # 1607. | |
DESIGNATION_USERDEFINED_SUB7_DESCR | User-defined structure (sub-identifier 7): Description # 1637. | |
DESIGNATION_USERDEFINED_SUB8 | User-defined structure (sub-identifier 8) # 1608. | |
DESIGNATION_USERDEFINED_SUB8_DESCR | User-defined structure (sub-identifier 8): Description # 1638. | |
DESIGNATION_USERDEFINED_SUB9 | User-defined structure (sub-identifier 9) # 1609. | |
DESIGNATION_USERDEFINED_SUB9_DESCR | User-defined structure (sub-identifier 9): Description # 1639. | |
DMPLAOBJECT_FULLDESIGNATION | Designation (full) # 44009. | |
EDITINGAREA_CRAFT | Trade (Defined working sections) # 25000. | |
ExistingIds | Returns array of property ids. Returns array of AnyPropertyId objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
ExistingValues | Returns array of PropertyValue objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
FUNC_CABLE_LAYOUT_FORM | Cable assignment diagram form # 20092. | |
FUNC_CIRCUITNUMBER | Circuit number # 20317. | |
FUNC_CODE | DT: Identifier # 20013. | |
FUNC_COMPONENTNUMBER | Item number # 20318. | |
FUNC_COMPONENTTYPE | Function definition # 20026. | |
FUNC_COUNTER | DT: Counter # 20014. | |
FUNC_CRAFT | Trade # 20466. | |
FUNC_CRAFTCODE | Media code # 20316. | |
FUNC_DEVICETAG_FULLNAME | Name (without project structures) # 20058. | |
FUNC_DEVICETAG_FULLNAME_WITHSEPARATOR | Name (without project structures, with preceding sign) # 20214. | |
FUNC_DEVICETAG_MAIN | DT (superior, without project structures) # 20003. | |
FUNC_DEVICETAG_MAIN_WITHSEPARATOR | DT (superior, without project structures, with preceding sign) # 20211. | |
FUNC_DEVICETAG_MAINNAME | Superior product aspect incl. name supplement # 20335. | |
FUNC_DEVICETAG_NESTED | DT (subordinate, without project structures) # 20004. | |
FUNC_DEVICETAG_NESTED_WITHSEPARATOR | DT (subordinate, without project structures, with preceding sign) # 20212. | |
FUNC_DEVICETAG_NESTEDNAME | Subordinate product aspect incl. name supplement # 20336. | |
FUNC_DT_COLUMN | DT: Column # 20152. | |
FUNC_DT_FUNCTIONCODE | DT: Application # 20155. | |
FUNC_DT_PAGECOUNTER | DT: Page # 20150. | |
FUNC_DT_PAGESUBCOUNTER | DT: Subpage # 20151. | |
FUNC_DT_ROW | DT: Row # 20153. | |
FUNC_DT_SECTION | DT: Section # 20154. | |
FUNC_DT_SUPPLEMENTARYFIELD01 | DT: Supplementary field 1 # 20156. | |
FUNC_DT_SUPPLEMENTARYFIELD02 | DT: Supplementary field 2 # 20157. | |
FUNC_DT_SUPPLEMENTARYFIELD03 | DT: Supplementary field 3 # 20158. | |
FUNC_DT_SUPPLEMENTARYFIELD04 | DT: Supplementary field 4 # 20159. | |
FUNC_DT_SUPPLEMENTARYFIELD05 | DT: Supplementary field 5 # 20160. | |
FUNC_DT2_COLUMN | DT (subordinate): Column # 20172. | |
FUNC_DT2_FUNCTIONCODE | DT (subordinate): Application # 20175. | |
FUNC_DT2_PAGECOUNTER | DT (subordinate): Page # 20170. | |
FUNC_DT2_PAGESUBCOUNTER | DT (subordinate): Subpage # 20171. | |
FUNC_DT2_ROW | DT (subordinate): Row # 20173. | |
FUNC_DT2_SECTION | DT (subordinate): Section # 20174. | |
FUNC_DT2_SUPPLEMENTARYFIELD01 | DT (subordinate): Supplementary field 1 # 20176. | |
FUNC_DT2_SUPPLEMENTARYFIELD02 | DT (subordinate): Supplementary field 2 # 20177. | |
FUNC_DT2_SUPPLEMENTARYFIELD03 | DT (subordinate): Supplementary field 3 # 20178. | |
FUNC_DT2_SUPPLEMENTARYFIELD04 | DT (subordinate): Supplementary field 4 # 20179. | |
FUNC_DT2_SUPPLEMENTARYFIELD05 | DT (subordinate): Supplementary field 5 # 20180. | |
FUNC_GRAVINGTEXT | Engraving text # 20025. | |
FUNC_IDENTDEVICETAG | DT (identifying) # 20005. | |
FUNC_ISPLACEDIN_CIRCUIT | Function exists with 'Multi-line' representation type # 20470. | |
FUNC_ISPLACEDIN_OVERVIEW | Function exists with 'Overview' representation type # 20473. | |
FUNC_ISPLACEDIN_PAIRCROSSREFERENCE | Function exists with 'Pair cross-reference' representation type # 20472. | |
FUNC_ISPLACEDIN_PROCESSANDINSTDIAGRAM | Function exists with 'P&I diagram' representation type # 20474. | |
FUNC_ISPLACEDIN_SINGLELINE | Function exists with 'Single-line' representation type # 20471. | |
FUNC_MODULE_ID | DT ID # 20359. | |
FUNC_MOUNTINGLOCATION | Mounting site (describing) # 20024. | |
FUNC_NESTEDCODE | DT (subordinate): Identifier # 20017. | |
FUNC_NESTEDCOUNTER | DT (subordinate):Counter # 20018. | |
FUNC_NESTEDPREFIX | DT (subordinate): Prefix # 20016. | |
FUNC_NESTEDSUFFIX | DT (subordinate): Subcounter # 20019. | |
FUNC_PREFIX | DT: Prefix # 20012. | |
FUNC_SUBCRAFT | Subtrade # 20467. | |
FUNC_SUFFIX | DT: Subcounter # 20015. | |
FUNC_TECHNICAL_CHARACTERISTIC | Technical characteristics # 20027. | |
FUNC_TEXT_AUTOMATIC | Function text (automatic) # 20031. | |
FUNC_TYPE | Representation type # 20121. | |
HARNESS_NAME | Wire harness name # 31143. | |
INSTANCE_FULLPLACEMENTLOCATION | Placement # 19007. | |
INSTANCE_PAGEFULLNAME | Page name (full) # 19023. | |
INSTANCE_PAGENAME | Page name # 19022. | |
Parent | StorableObject to which this property list is connected. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
Property | Overloaded. Method used by operator[] in order to access indexed properties. | |
PROPUSER_DBOBJECTID | Overloaded. Object identification # 2000. (Inherited from Eplan.EplApi.DataModel.StorableObjectPropertyList) |
Name | Description | |
---|---|---|
CopyTo | Overloaded. Copies properties to other property list. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
Dispose() | Destructor for deterministic finalization of MergedArticleReferencePropertyList object. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
Exists | Overloaded. Checks property existence for used obiect. | |
getPropList | Internal method. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |