System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.ProjectPropertyList
System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.ProjectPropertyList
[DefaultMember("Property")] public class ProjectPropertyList : StorableObjectPropertyList
[DefaultMember("Property")] public ref class ProjectPropertyList : public StorableObjectPropertyList
It uses the [] operator in order to access its elements (stored properties).
Property list is a container for property values and just like them can be persistent (also called online) or transient (also called offline). If a property list is persistent, this means that it is associated with the properties of some StorableObject or other property list. If any property is added, changed or removed from the property list in this case, the result is also visible in the related objects. Whether a property list is persistent or transient is determined at the time of its creation and cannot be changed.
// Creation of a persistent property list FunctionPropertyList oPersistentPropertyList1 = oFunction.Properties; oPersistentPropertyList1.FUNC_COMMENT = "Comment"; // Now, oFunction.Properties.FUNC_COMMENT is equals "Comment" FunctionPropertyList oPersistentPropertyList2 = new FunctionPropertyList(oFunction); oPersistentPropertyList2.FUNC_COMMENT = "Test"; // Now, oFunction.Properties.FUNC_COMMENT equals "Test" // Creation of a transient property list FunctionPropertyList oTransientPropertyList = new FunctionPropertyList(); oTransientPropertyList.FUNC_COMMENT = "Test comment"; oFunction.Properties.FUNC_COMMENT = oTransientPropertyList.FUNC_COMMENT; oTransientPropertyList.FUNC_COMMENT = "Transient comment"; // Now, oTransientPropertyList.FUNC_COMMENT equals "Test comment"
| Name | Description | |
|---|---|---|
![]() | ProjectPropertyList Constructor | Constructor |
| Name | Description | |
|---|---|---|
![]() | AUTOMATIONML_OBJECTID | AutomationML GUID # 25030. |
![]() | 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_ARTICLE_ABSORPTION_VOLUME | Reception volume # 26224. |
![]() | FUNC_ARTICLE_ACCURACY_FOR_DYNAMIC_VISCOSITY | Dynamic viscosity: Accuracy # 26363. |
![]() | FUNC_ARTICLE_ACCURACY_FOR_OPERATING_VOLUME_FLOW_RATE | Actual volume flow: Accuracy # 26361. |
![]() | FUNC_ARTICLE_ACTIVE_POWER | Active power # 26642. |
![]() | FUNC_ARTICLE_ACTIVE_POWER_LOSS | Active power loss # 26622. |
![]() | FUNC_ARTICLE_ACTIVE_POWER_MAX_ASV | Active power (general power supply), max. # 26644. |
![]() | FUNC_ARTICLE_ACTIVE_POWER_MAX_NEA | Active power (emergency power system), max. # 26646. |
![]() | FUNC_ARTICLE_ACTIVE_POWER_MAX_UPS | Active power (uninterruptible power supply), max. # 26648. |
![]() | FUNC_ARTICLE_ACTUAL_OUTPUT_HYDRAULIC | Actual power (hydraulic) # 26382. |
![]() | FUNC_ARTICLE_ACTUAL_OUTPUT_HYDRAULIC_MAX | Actual power (hydraulic), max. # 26384. |
![]() | FUNC_ARTICLE_ACTUAL_OUTPUT_HYDRAULIC_MIN | Actual power (hydraulic), min. # 26386. |
![]() | FUNC_ARTICLE_ACTUAL_OUTPUT_PNEUMATIC | Actual power (pneumatic) # 26388. |
![]() | FUNC_ARTICLE_ACTUAL_OUTPUT_PNEUMATIC_MAX | Actual power (pneumatic), max. # 26390. |
![]() | FUNC_ARTICLE_ACTUAL_POWER_PNEUMATIC_MIN | Actual power (pneumatic), min. # 26392. |
![]() | FUNC_ARTICLE_ADDITIONAL_BOOLFIELD | Supplementary field Yes / No # 20916. |
![]() | FUNC_ARTICLE_ADDITIONAL_TEXTFIELD | Suppl. field: Text # 20915. |
![]() | FUNC_ARTICLE_APPARENT_POWER | Apparent power # 26550. |
![]() | FUNC_ARTICLE_APPLICATION_AREA_OF_THE_CABLE | Operating area: Cable # 26288. |
![]() | FUNC_ARTICLE_APPLICATION_RANGE_OF_THE_CONNECTION_CABLE | Connecting cable: Application area # 26209. |
![]() | FUNC_ARTICLE_ASSEMBLY | Assembly # 20905. |
![]() | FUNC_ARTICLE_ASSEMBLY_STRUCTURE | Assembly structure # 20922. |
![]() | FUNC_ARTICLE_ASSEMBLYVARIANT | Assembly variant # 20923. |
![]() | FUNC_ARTICLE_ASSIGNMENT | Part allocation # 20904. |
![]() | FUNC_ARTICLE_BACNET | BACnet # 26228. |
![]() | FUNC_ARTICLE_CABLE_ENTRY_INTO_THE_DEVICE | Cable entry into device # 26396. |
![]() | FUNC_ARTICLE_CABLE_LENGTH_LAID | Cable length, routed # 26398. |
![]() | FUNC_ARTICLE_CABLE_LENGTH_MAX | Cable length, max. # 26399. |
![]() | FUNC_ARTICLE_CABLE_LEVEL | Cable: Voltage level # 26401. |
![]() | FUNC_ARTICLE_CABLE_PIPE_TRANSMITTER_CONNECTION | Measuring transducer: Line connection (cable / pipe) # 26203. |
![]() | FUNC_ARTICLE_CABLE_WINDER | Cable reel # 26394. |
![]() | FUNC_ARTICLE_CAPACITY | Volume capacity # 26323. |
![]() | FUNC_ARTICLE_CHARACTER_SET_ACCORDING_TO_BACNET_SPECIFICATION | BACnet: Character set acc. to BACnet specification # 26652. |
![]() | FUNC_ARTICLE_CHARACTERISTIC | Characteristic curve # 26404. |
![]() | FUNC_ARTICLE_CIRCUIT_BREAKER_TEST_AVAILABLE | Power circuit breaker - test available # 26434. |
![]() | FUNC_ARTICLE_CLIMATE_CLASS | Climate class # 26408. |
![]() | FUNC_ARTICLE_CLOSING_PRESSURE | Closing pressure # 26552. |
![]() | FUNC_ARTICLE_CO2_EMISSION | CO2 emission # 26246. |
![]() | FUNC_ARTICLE_COLLECTION_VOLUME | Retention volume # 26222. |
![]() | FUNC_ARTICLE_CONNECTABLE_CABLE_TYPE | Connectable cable type # 31179. |
![]() | FUNC_ARTICLE_CONNECTION_CABLE_LENGTH | Connecting cable: Length # 26207. |
![]() | FUNC_ARTICLE_CONNECTION_TYPE | Connection point type # 26205. |
![]() | FUNC_ARTICLE_CONNECTOR_HOUSING_OF_CONNECTION_1 | Plug-in connector housing (connection 1) # 26580. |
![]() | FUNC_ARTICLE_CONNECTOR_HOUSING_OF_THE_CONNECTION_2 | Plug-in connector housing (connection 2) # 26582. |
![]() | FUNC_ARTICLE_CONSTRUCTION | Used drilling pattern # 20284. |
![]() | FUNC_ARTICLE_COUNT | Number of units / quantity # 20102. |
![]() | FUNC_ARTICLE_CURRENT_CONSUMPTION | Current consumption # 26596. |
![]() | FUNC_ARTICLE_CURRENT_CONSUMPTION_MAX | Current consumption, max. # 26598. |
![]() | FUNC_ARTICLE_DESCR1 | Part: Designation 1 # 20193. |
![]() | FUNC_ARTICLE_DESCR2 | Part: Designation 2 # 20194. |
![]() | FUNC_ARTICLE_DESCR3 | Part: Designation 3 # 20203. |
![]() | FUNC_ARTICLE_DEVICE_PROFILE_ACCORDING_TO_BACNET_SPECIFICATION | BACnet: Device profile according to BACnet specification # 26369. |
![]() | FUNC_ARTICLE_DUTY_CYCLE | Duty cycle # 26294. |
![]() | FUNC_ARTICLE_EFFECTIVE_DELIVERY_RATE | Effective delivery amount # 26272. |
![]() | FUNC_ARTICLE_EFFICIENCY | Efficiency # 26650. |
![]() | FUNC_ARTICLE_END_VALUE_OF_THE_DYNAMIC_VISCOSITY_RANGE | Dynamic viscosity range: End value # 26300. |
![]() | FUNC_ARTICLE_ENERGY_EFFICIENCY_CLASS | Energy efficiency class # 26302. |
![]() | FUNC_ARTICLE_ENERGY_EFFICIENCY_CLASS_CN | Energy efficiency class CN # 26306. |
![]() | FUNC_ARTICLE_ENERGY_EFFICIENCY_CLASS_MOTOR | Energy efficiency class (motor) # 26304. |
![]() | FUNC_ARTICLE_ENERGY_EFFICIENCY_CLASS_US | Energy efficiency class US # 26308. |
![]() | FUNC_ARTICLE_ERPNR | ERP / PDM number 1 # 31117. |
![]() | FUNC_ARTICLE_ERPNR_10 | ERP / PDM number 10 # 31175. |
![]() | FUNC_ARTICLE_ERPNR_2 | ERP / PDM number 2 # 31167. |
![]() | FUNC_ARTICLE_ERPNR_3 | ERP / PDM number 3 # 31168. |
![]() | FUNC_ARTICLE_ERPNR_4 | ERP / PDM number 4 # 31169. |
![]() | FUNC_ARTICLE_ERPNR_5 | ERP / PDM number 5 # 31170. |
![]() | FUNC_ARTICLE_ERPNR_6 | ERP / PDM number 6 # 31171. |
![]() | FUNC_ARTICLE_ERPNR_7 | ERP / PDM number 7 # 31172. |
![]() | FUNC_ARTICLE_ERPNR_8 | ERP / PDM number 8 # 31173. |
![]() | FUNC_ARTICLE_ERPNR_9 | ERP / PDM number 9 # 31174. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_1 | Part: External document 1 # 20190. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_10 | Part: External document 10 # 20269. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_11 | Part: External document 11 # 20270. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_12 | Part: External document 12 # 20271. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_13 | Part: External document 13 # 20272. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_14 | Part: External document 14 # 20273. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_15 | Part: External document 15 # 20274. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_16 | Part: External document 16 # 20275. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_17 | Part: External document 17 # 20276. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_18 | Part: External document 18 # 20277. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_19 | Part: External document 19 # 20278. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_2 | Part: External document 2 # 20191. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_20 | Part: External document 20 # 20279. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_3 | Part: External document 3 # 20192. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_4 | Part: External document 4 # 20263. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_5 | Part: External document 5 # 20264. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_6 | Part: External document 6 # 20265. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_7 | Part: External document 7 # 20266. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_8 | Part: External document 8 # 20267. |
![]() | FUNC_ARTICLE_EXTERNAL_DOCUMENT_9 | Part: External document 9 # 20268. |
![]() | FUNC_ARTICLE_EXTERNAL_PLACEMENT | External placement # 20917. |
![]() | FUNC_ARTICLE_FAN_AIR_FLOW | Blower air flow # 26354. |
![]() | FUNC_ARTICLE_FILLING_LEVEL | Fill capacity # 26345. |
![]() | FUNC_ARTICLE_FILLING_VOLUME | Fill volume # 26347. |
![]() | FUNC_ARTICLE_FIRE_PROTECTION_PROPERTIES | Fire protection properties # 26244. |
![]() | FUNC_ARTICLE_FITTING_LENGTH_OF_THE_PROTECTION_TUBE | Mounting length: Protective tube # 26278. |
![]() | FUNC_ARTICLE_FLOW_DIRECTION | Flow direction: Operating flow direction # 26268. |
![]() | FUNC_ARTICLE_FLOW_RATE | Flow rate # 26266. |
![]() | FUNC_ARTICLE_FLOW_RATE_OPERATING_NORMAL_VOLUME_FLOW | Flow rate (operating / standard volume flow) # 26264. |
![]() | FUNC_ARTICLE_FREQUENCY | Frequency # 26335. |
![]() | FUNC_ARTICLE_FREQUENCY_RANGE | Frequency range # 26343. |
![]() | FUNC_ARTICLE_FREQUENCY_RANGE_MAX | Frequency range, max. # 26331. |
![]() | FUNC_ARTICLE_FREQUENCY_RANGE_MIN | Frequency range, min. # 26333. |
![]() | FUNC_ARTICLE_FREQUENCY_SIGNAL_PROCESSING | Frequency (signal processing) # 26337. |
![]() | FUNC_ARTICLE_FREQUENCY_SIGNAL_PROCESSING_SET | Frequency (signal processing), set # 26339. |
![]() | FUNC_ARTICLE_FUNCTIONGROUP | Function group # 20902. |
![]() | FUNC_ARTICLE_FUNKTION_IN_RUHESTELLUNG | Function in rest position # 26349. |
![]() | FUNC_ARTICLE_INITIAL_VALUE_OF_THE_DYNAMIC_VISCOSITY_RANGE | Dynamic viscosity range: Start value # 26189. |
![]() | FUNC_ARTICLE_INPUT_VOLTAGE_FREQUENCY | Frequency (input voltage) # 26341. |
![]() | FUNC_ARTICLE_INPUT_VOLUME_FLOW | Input flow rate # 26280. |
![]() | FUNC_ARTICLE_INRUSH_CURRENT | Inrush current # 26296. |
![]() | FUNC_ARTICLE_INSTALLATION_LENGTH | Mounting length # 26276. |
![]() | FUNC_ARTICLE_INTAKE_CAPACITY | Intake capacity # 26195. |
![]() | FUNC_ARTICLE_INTAKE_VOLUME | Intake volume # 26197. |
![]() | FUNC_ARTICLE_INTAKE_VOLUME_FLOW_MIN | Intake flow rate, min. # 26201. |
![]() | FUNC_ARTICLE_LABELLING | Identification # 26406. |
![]() | FUNC_ARTICLE_LENGTH_MAX | Length, max. # 26414. |
![]() | FUNC_ARTICLE_LENGTH_MIN | Length, min. # 26416. |
![]() | FUNC_ARTICLE_LIFETIME | Service time # 20909. |
![]() | FUNC_ARTICLE_LOCATION | Operating location # 26292. |
![]() | FUNC_ARTICLE_LV_IDENTIFIER | Bill of quantities: Identifier # 26439. |
![]() | FUNC_ARTICLE_MAINTENANCE | Lubrication / maintenance # 20912. |
![]() | FUNC_ARTICLE_MAINTENANCE_CYCLE | Maintenance cycle # 26638. |
![]() | FUNC_ARTICLE_MAINTENANCE_INTERVAL | Maintenance interval # 26636. |
![]() | FUNC_ARTICLE_MANUFACTURER | Manufacturer # 20921. |
![]() | FUNC_ARTICLE_MASS | Mass # 26441. |
![]() | FUNC_ARTICLE_MASS_MOMENT_OF_INERTIA_OF_THE_LOAD | Mass moment of inertia of the load # 26444. |
![]() | FUNC_ARTICLE_MAX_POWER_CONSUMPTION | Power consumption, max. # 26420. |
![]() | FUNC_ARTICLE_MAX_RATED_CURRENT | Nominal current, max. # 26501. |
![]() | FUNC_ARTICLE_MAX_RATED_POWER | Nominal power (in kW), max. # 26479. |
![]() | FUNC_ARTICLE_MEASURED_VARIABLE | Measurand # 26461. |
![]() | FUNC_ARTICLE_MEASURING_ACCURACY | Measurement accuracy # 26459. |
![]() | FUNC_ARTICLE_MOUNTING_FORM | Mounting configuration # 26274. |
![]() | FUNC_ARTICLE_MOUNTINGSITE | Part: Mounting surface # 20918. |
![]() | FUNC_ARTICLE_NOMINAL_CURRENT | Nominal current # 26312. |
![]() | FUNC_ARTICLE_NOMINAL_MOTOR_POWER | Motor nominal power # 26463. |
![]() | FUNC_ARTICLE_NOMINAL_POWER_CONSUMPTION | Nominal power consumption # 26483. |
![]() | FUNC_ARTICLE_NOMINAL_POWER_REQUIREMENT | Nominal power requirement # 26485. |
![]() | FUNC_ARTICLE_NOMINAL_PRESSURE | Nominal pressure # 26471. |
![]() | FUNC_ARTICLE_NOMINAL_PRESSURE_RANGE | Pressure range # 26473. |
![]() | FUNC_ARTICLE_NOMINAL_PRESSURE_SERIES | Nominal pressure series # 26310. |
![]() | FUNC_ARTICLE_NOMINAL_VOLUME_FLOW | Nominal flow rate # 26507. |
![]() | FUNC_ARTICLE_NOMINAL_VOLUME_FLOW_OF_THE_SUCTION_SIDE | Nominal flow rate (intake side) # 26509. |
![]() | FUNC_ARTICLE_NOMINAL_VOLUMETRIC_FLOW_OF_COMPRESSED_AIR | Nominal flow rate (compressed air) # 26511. |
![]() | FUNC_ARTICLE_NOMINAL_WIDTH | Nominal size / diameter # 26513. |
![]() | FUNC_ARTICLE_NOMINAL_WIDTH_CONNECTION_SIZE | Nominal size / connection size # 26515. |
![]() | FUNC_ARTICLE_NOTE | Part description # 31014. |
![]() | FUNC_ARTICLE_NUMBER_OF_BACNET_I_O_OBJECTS | BACnet: Number of I/O objects # 26213. |
![]() | FUNC_ARTICLE_NUMBER_OF_HW_INTERFACES_BACNET | BACnet: Number of hardware interfaces # 26215. |
![]() | FUNC_ARTICLE_NUMBER_OF_INPUTS | Number of inputs # 26217. |
![]() | FUNC_ARTICLE_NUMBER_OF_OUTPUTS | Number of outputs # 31177. |
![]() | FUNC_ARTICLE_OPENING_PRESSURE | Opening pressure # 26523. |
![]() | FUNC_ARTICLE_OPERATING_TEMPERATURE | Operating temperature # 26238. |
![]() | FUNC_ARTICLE_OPERATING_TEMPERATURE_MAX | Operating temperature, max. # 26240. |
![]() | FUNC_ARTICLE_OPERATING_TEMPERATURE_MIN | Operating temperature, min. # 26242. |
![]() | FUNC_ARTICLE_ORDERNR | Order number # 20919. |
![]() | FUNC_ARTICLE_OUTPUT_SPEED_MAX | Output speed, max. # 26184. |
![]() | FUNC_ARTICLE_OUTPUT_SPEED_MIN | Output speed, min. # 26186. |
![]() | FUNC_ARTICLE_OVERLOAD_CAPACITY_OVERCURRENT | Overload capability: Overcurrent # 26620. |
![]() | FUNC_ARTICLE_PARTIAL_LENGTH | Subset / length # 31008. |
![]() | FUNC_ARTICLE_PARTIAL_LENGTH_FULL | Subset / length (full) # 31091. |
![]() | FUNC_ARTICLE_PARTIAL_LENGTH_IN_PROJECT_UNIT | Subset / length in unit of project # 31040. |
![]() | FUNC_ARTICLE_PARTIAL_LENGTH_UNIT | Unit for subset / length # 31012. |
![]() | FUNC_ARTICLE_PARTIAL_LENGTH_VALUE | Subset / length: Value # 31010. |
![]() | FUNC_ARTICLE_PARTIAL_LENGTH_WITH_PROJECT_UNIT | Subset / length with unit of project # 31043. |
![]() | FUNC_ARTICLE_PARTNR | Part number # 20100. |
![]() | FUNC_ARTICLE_PARTTYPE | Record type # 20103. |
![]() | FUNC_ARTICLE_PERFORMANCE_DESCRIPTION | Performance description, standardized: Description (device, utility, service) # 26426. |
![]() | FUNC_ARTICLE_PIECETYPE | Part group # 20903. |
![]() | FUNC_ARTICLE_PLUG_CONNECTOR_CONNECTION_1 | Plug-in connector (connection 1) # 26576. |
![]() | FUNC_ARTICLE_PLUG_CONNECTOR_CONNECTION_2 | Plug-in connector (connection 2) # 26578. |
![]() | FUNC_ARTICLE_POSITION_KEYWORD | Performance description, standardized: Item keyword (device, utility, service) # 26537. |
![]() | FUNC_ARTICLE_POSITION_NUMBER_MANUFACTURER | Item number (manufacturer) # 26535. |
![]() | FUNC_ARTICLE_POSITION_NUMBER_STLB | Performance description, standardized: Item number (device, utility, service) # 26533. |
![]() | FUNC_ARTICLE_POSNR | Item number # 20464. |
![]() | FUNC_ARTICLE_POSSIBLE_APPLICATIONS | Possible uses # 26290. |
![]() | FUNC_ARTICLE_POWER_CONSUMPTION | Power consumption # 26418. |
![]() | FUNC_ARTICLE_POWER_DESCRIPTION | Performance description (item, device) # 26428. |
![]() | FUNC_ARTICLE_POWER_GROUP_ITEM_NUMBER_LGPOSNR | Performance description, standardized: Performance group item number # 26432. |
![]() | FUNC_ARTICLE_POWER_REQUIREMENT_MAX | Power requirement, max. # 26422. |
![]() | FUNC_ARTICLE_POWER_REQUIREMENT_MIN | Power requirement, min. # 26424. |
![]() | FUNC_ARTICLE_PRESSURE_STAGE | Pressure level # 26260. |
![]() | FUNC_ARTICLE_PRODUCT_FUNCTION_WITH_BACNET | BACnet: Product function # 26539. |
![]() | FUNC_ARTICLE_PROTECTION_CLASS_IP | Degree of protection (IP) # 26554. |
![]() | FUNC_ARTICLE_PROTECTION_CLASS_IP_FRONT_SIDE | Degree of protection (IP): Front side # 26560. |
![]() | FUNC_ARTICLE_PROTECTION_CLASS_IP_MOUNTED | Degree of protection (IP): Mounted # 26562. |
![]() | FUNC_ARTICLE_PROTECTION_CLASS_IP_OF_THE_EVALUATION_ELECTRONICS | Degree of protection (IP): Evaluation electronics # 26556. |
![]() | FUNC_ARTICLE_PROTECTION_CLASS_IP_OF_THE_MEASURING_HEAD | Degree of protection (IP): Measuring head # 26558. |
![]() | FUNC_ARTICLE_PROTECTION_CLASS_IP_REAR | Degree of protection (IP): Rear side # 26564. |
![]() | FUNC_ARTICLE_PROTECTION_CLASS_OF_THE_ELECTRIC_MOTOR | Protection type class (motor) # 26566. |
![]() | FUNC_ARTICLE_PROTOCOL_BACNET | BACnet: Protocol # 26541. |
![]() | FUNC_ARTICLE_PROVISION_OF_THE_CABLE | Provision of cable # 26233. |
![]() | FUNC_ARTICLE_PROVISION_OF_THE_CABLE_GLAND | Provision of cable gland # 26231. |
![]() | FUNC_ARTICLE_PUMPING_CAPACITY | Transport capacity # 26325. |
![]() | FUNC_ARTICLE_PUMPING_CAPACITY_OF_THE_OPERATING_LIQUID | Transport capacity of the operating fluid # 26327. |
![]() | FUNC_ARTICLE_PUMPING_VOLUME | Transport volume # 26329. |
![]() | FUNC_ARTICLE_QUANTITY_IN_PROJECT_UNIT | Quantity / subset in unit of project # 31044. |
![]() | FUNC_ARTICLE_RANGE_OF_APPLICATION | Operating area # 26286. |
![]() | FUNC_ARTICLE_RATED_APPARENT_POWER | Rated apparent power # 26235. |
![]() | FUNC_ARTICLE_RATED_CURRENT_CONSUMPTION | Nominal current consumption # 26505. |
![]() | FUNC_ARTICLE_RATED_CURRENT_MIN | Nominal current, min. # 26503. |
![]() | FUNC_ARTICLE_RATED_DRIVING_TORQUE | Nominal drive torque # 26467. |
![]() | FUNC_ARTICLE_RATED_OUTPUT_TORQUE | Nominal output torque # 26465. |
![]() | FUNC_ARTICLE_RATED_POWER_KW | Nominal power # 26475. |
![]() | FUNC_ARTICLE_RATED_POWER_MIN | Nominal power (in kW), min. # 26481. |
![]() | FUNC_ARTICLE_RATED_SPEED | Nominal rotation speed # 26469. |
![]() | FUNC_ARTICLE_RATED_VOLTAGE | Nominal voltage # 26487. |
![]() | FUNC_ARTICLE_RATED_VOLTAGE_FOR_AC | Nominal voltage (AC) # 26491. |
![]() | FUNC_ARTICLE_RATED_VOLTAGE_FOR_AC_50_HZ | Nominal voltage (AC 50 Hz) # 26489. |
![]() | FUNC_ARTICLE_RATED_VOLTAGE_FOR_DC | Nominal voltage (DC) # 26493. |
![]() | FUNC_ARTICLE_RATED_VOLTAGE_OF_THE_CONTROL_CIRCUIT | Nominal voltage (control circuit) # 26497. |
![]() | FUNC_ARTICLE_RATED_VOLTAGE_OF_THE_LOAD_CIRCUIT | Nominal voltage (load circuit) # 26495. |
![]() | FUNC_ARTICLE_REPLACEMENT_FOR_PRODUCT | Replacement part: Original part # 26319. |
![]() | FUNC_ARTICLE_RUN_UP_TIME | Start-up time # 26314. |
![]() | FUNC_ARTICLE_SECONDARY_CASING_PRESSURE_STAGE | Pressure level of secondary housing # 26262. |
![]() | FUNC_ARTICLE_SERVICE_UNIT | Performance unit (bill of quantities) # 26430. |
![]() | FUNC_ARTICLE_SET_POINT | Setpoint # 26568. |
![]() | FUNC_ARTICLE_SHOCK_LOAD | Shock load # 26585. |
![]() | FUNC_ARTICLE_SPARE | Spare part # 20907. |
![]() | FUNC_ARTICLE_SPECIFIED_MAXIMUM_DRIVE_TORQUE | Drive torque (specified), max. # 26571. |
![]() | FUNC_ARTICLE_SPECIFIED_MINIMUM_DRIVE_TORQUE | Drive torque (specified), min. # 26573. |
![]() | FUNC_ARTICLE_SPEED_MAX | Rotation speed, max. # 26256. |
![]() | FUNC_ARTICLE_SPEED_MIN | Rotation speed, min. # 26258. |
![]() | FUNC_ARTICLE_STANDARD_BACNET_ | BACnet: Standard # 26517. |
![]() | FUNC_ARTICLE_START_UP_TIME | Switch-on time # 26193. |
![]() | FUNC_ARTICLE_STARTING_CURRENT_A | Starting current, max. # 26191. |
![]() | FUNC_ARTICLE_STORAGE_TRANSPORT_AND_PACKAGING_REQUIREMENT | Storage, transport and packaging (requirement) # 26410. |
![]() | FUNC_ARTICLE_STRESS | Stress # 20910. |
![]() | FUNC_ARTICLE_STRIPPING_LENGTH | Jacket (cable) stripping length # 31176. |
![]() | FUNC_ARTICLE_SUCTION_VOLUME_FLOW_MAX | Intake flow rate, max. # 26199. |
![]() | FUNC_ARTICLE_SUITABLE_AS_MONITOR | Suitable as monitoring device # 26356. |
![]() | FUNC_ARTICLE_SUITABLE_FOR_CABLE_DIAMETERS | Suitable for cable diameter # 26351. |
![]() | FUNC_ARTICLE_SUITABLE_FOR_PROTECTION_CLASS_IP | Suitable for degree of protection (IP) # 26359. |
![]() | FUNC_ARTICLE_SUPPLIER | Supplier # 20920. |
![]() | FUNC_ARTICLE_SUPPLIER_BATCH_NUMBER | Supplier batch number # 26436. |
![]() | FUNC_ARTICLE_SUPPLY_VOLTAGE_RANGE | Supply voltage range # 26624. |
![]() | FUNC_ARTICLE_SUPPRESSINPARTSLIST | Suppress in bill of materials (if filtered) # 20105. |
![]() | FUNC_ARTICLE_SWITCHING_CAPACITY | Switching capacity # 26546. |
![]() | FUNC_ARTICLE_TEMPERATUR_MEDIUM_MAX | Temperature (medium), max. # 26610. |
![]() | FUNC_ARTICLE_TEMPERATUR_MEDIUM_MIN | Temperature (medium), min. # 26612. |
![]() | FUNC_ARTICLE_TEMPERATURE_MAX | Temperature, max. # 26608. |
![]() | FUNC_ARTICLE_TEMPERATURE_MIN | Temperature, min. # 26614. |
![]() | FUNC_ARTICLE_TEMPERATURE_RANGE_MEDIUM_MAX | Temperature range (medium), max. # 26616. |
![]() | FUNC_ARTICLE_TEMPERATURE_RANGE_MEDIUM_MIN | Temperature range (medium), min. # 26618. |
![]() | FUNC_ARTICLE_THROUGHPUT | Throughput # 26270. |
![]() | FUNC_ARTICLE_TORQUE_ | Torque # 26248. |
![]() | FUNC_ARTICLE_TORQUE_AT_MAX_SPEED | Torque (at max. rotation speed) # 26250. |
![]() | FUNC_ARTICLE_TORQUE_AT_MIN_SPEED | Torque (at min. rotation speed) # 26252. |
![]() | FUNC_ARTICLE_TORQUE_MAX_ | Torque, max. # 26254. |
![]() | FUNC_ARTICLE_TOTAL_NUMBER_OF_BACNET_OBJECTS | BACnet: Total number of objects # 26211. |
![]() | FUNC_ARTICLE_TYPE_OF_FLOW | Type of flow # 26220. |
![]() | FUNC_ARTICLE_TYPE_OF_SWITCHING | Circuit type # 26548. |
![]() | FUNC_ARTICLE_TYPE_OF_USE | Operating mode # 26284. |
![]() | FUNC_ARTICLE_UNIT | Unit # 26282. |
![]() | FUNC_ARTICLE_UNIT_CLASS | Device class # 26367. |
![]() | FUNC_ARTICLE_UNIT_DESIGN | Type of construction: Device # 26365. |
![]() | FUNC_ARTICLE_UPPER_PROCESS_PRESSURE_LIMIT_ABSOLUTE_PRESSURE | Process pressure (absolute pressure), max. # 26519. |
![]() | FUNC_ARTICLE_UPPER_PROCESS_PRESSURE_LIMIT_GAUGE_PRESSURE | Process pressure (overpressure), max. # 26521. |
![]() | FUNC_ARTICLE_USAGE | Procurement # 20911. |
![]() | FUNC_ARTICLE_USE_FOR_MARKING_TYPE | Usage for labeling type # 26626. |
![]() | FUNC_ARTICLE_USED_SAFETYRELATEDVALUE | Safety-related values: Use case in use # 20307. |
![]() | FUNC_ARTICLE_VARIANT | Part variant # 20101. |
![]() | FUNC_ARTICLE_VERSION_AS_MAINTENANCE_REPAIR_SWITCH | Design as maintenance / repair switch # 31178. |
![]() | FUNC_ARTICLE_VISCOSITY | Viscosity # 26628. |
![]() | FUNC_ARTICLE_VISCOSITY_CLASS_ACCORDING_TO_DIN_51519 | Viscosity class (acc. to DIN 51519) # 26632. |
![]() | FUNC_ARTICLE_VISCOSITY_INDEX_ACCORDING_TO_DIN_ISO_2909 | Viscosity index (acc. to DIN ISO 2909) # 26630. |
![]() | FUNC_ARTICLE_VOLUME_FLOW_HEATING_M3_H | Flow rate # 26634. |
![]() | FUNC_ARTICLE_WEAR | Wearing part # 20908. |
![]() | FUNC_ARTICLE_WEIGHT_ITEM | Weight (part) # 26371. |
![]() | FUNC_ARTICLE_WEIGHT_KG_1000_M | Weight (in kg/1000 m) # 26375. |
![]() | FUNC_ARTICLE_WEIGHT_OF_THE_INDIVIDUAL_ARTICLE_PACKAGING | Weight (individual packaging) # 26377. |
![]() | FUNC_ARTICLE_WEIGHT_OF_THE_PACKAGING | Weight (packaging) # 26379. |
![]() | FUNC_ARTICLE_WEIGHT_TOTAL | Total weight (part) # 26373. |
![]() | FUNC_ARTICLEREF_PARTSLISTGROUP | Bill of materials group # 20924. |
![]() | FUNC_DEVICETAG_FULL | DT (full, without project structures) # 20009. |
![]() | FUNC_DEVICETAG_FULL_WITHSEPARATOR | DT (full, without project structures, with preceding sign) # 20213. |
![]() | INSTANCE_REVISION_LOG_MARKER_FORMAT | Revision marker format (change tracking) # 19031. |
![]() | INSTANCE_REVISIONID | Revision change marker (from property comparison) # 10153. |
![]() | INSTANCE_REVISIONMARKER | Revision marker (from property comparison) # 10152. |
![]() | Parent | StorableObject to which this property list is connected. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |
![]() | PROJ_ACTUALDATE | Date # 10027. |
![]() | PROJ_ACTUALTIME | Time of the day # 10058. |
![]() | PROJ_ADDITIONALINFO_DOCUMENTSTRUCTUREINFRONT | Start page name with document type # 10450. |
![]() | PROJ_ARTICLEREF_CRAFT | Trade of part reference # 20913. |
![]() | PROJ_ARTICLEREF_SUBCRAFT | Subtrade of part reference # 20914. |
![]() | PROJ_BACKUP_BACKUPPATH | Data backup: Backup directory # 10517. |
![]() | PROJ_BACKUP_COMPRESS | Data backup: Reorganize project # 10513. |
![]() | PROJ_BACKUP_DESCRIPTION | Data backup: Description # 10518. |
![]() | PROJ_BACKUP_EXTDOCS | Data backup: Back up external documents # 10511. |
![]() | PROJ_BACKUP_FULL | Data backup: Complete backup # 10510. |
![]() | PROJ_BACKUP_IMAGES | Data backup: Back up image files # 10512. |
![]() | PROJ_BACKUP_MEDIUM | Data backup: Backup medium # 10515. |
![]() | PROJ_BACKUP_METHOD | Data backup: Method # 10514. |
![]() | PROJ_BACKUP_SPLITSIZE | Data backup: E-mail message split size in MB # 10516. |
![]() | PROJ_BLOCKFORMAT_BLACKBOX | Block property: Format (black box) # 10610. |
![]() | PROJ_BLOCKFORMAT_BUSBAR | Block property: Format (busbar) # 10612. |
![]() | PROJ_BLOCKFORMAT_CABLE | Block property: Format (cable / shield) # 10607. |
![]() | PROJ_BLOCKFORMAT_CONNECTION | Block property: Format (connection) # 10608. |
![]() | PROJ_BLOCKFORMAT_CONNECTOR_DEF_TEXT | Block property: Format (plug definition) # 10603. |
![]() | PROJ_BLOCKFORMAT_DEVICE_END_TERMINAL | Block property: Format (device connection point) # 10611. |
![]() | PROJ_BLOCKFORMAT_DISTRIBUTOR | Block property: Format (fluid connection splicer / line connector) # 10614. |
![]() | PROJ_BLOCKFORMAT_FLUIDDEVICE | Block property: Format (fluid device) # 10613. |
![]() | PROJ_BLOCKFORMAT_FUNCTION | Block property: Format (general devices) # 10600. |
![]() | PROJ_BLOCKFORMAT_INTERRUPTION_POINT | Block property: Format (interruption point) # 10609. |
![]() | PROJ_BLOCKFORMAT_LOCATIONBOX | Block property: Format (structure box) # 10662. |
![]() | PROJ_BLOCKFORMAT_MECHANIC | Block property: Format (mechanical) # 10619. |
![]() | PROJ_BLOCKFORMAT_PAGE | Block property: Format (page) # 10618. |
![]() | PROJ_BLOCKFORMAT_PLAOBJECT | Block property: Format (pre-planning) # 10661. |
![]() | PROJ_BLOCKFORMAT_PLC_TERMINAL | Block property: Format (PLC connection point) # 10606. |
![]() | PROJ_BLOCKFORMAT_PLCBOX | Block property: Format (PLC box) # 10605. |
![]() | PROJ_BLOCKFORMAT_PLT | Block property: Format (PCT loop) # 10615. |
![]() | PROJ_BLOCKFORMAT_PLTFUNCTION | Block property: Format (PCT loop function) # 10616. |
![]() | PROJ_BLOCKFORMAT_PLUG | Block property: Format (pin) # 10604. |
![]() | PROJ_BLOCKFORMAT_POTENTIALDEFINITION | Block property: Format (potential definition) # 10096. |
![]() | PROJ_BLOCKFORMAT_PROCESS | Block property: Format (process engineering) # 10617. |
![]() | PROJ_BLOCKFORMAT_PROCESSDEFINITION | Block property: Format (piping definition) # 10097. |
![]() | PROJ_BLOCKFORMAT_TERMINAL | Block property: Format (terminal) # 10602. |
![]() | PROJ_BLOCKFORMAT_TERMINAL_DEF_TEXT | Block property: Format (terminal strip definition) # 10601. |
![]() | PROJ_BLOCKPROPERTY_REPLACETEXT | Block property: Replacement text # 10660. |
![]() | PROJ_CLOUD_EDITMODE | Processing mode for the cloud # 10122. |
![]() | PROJ_CLOUD_PROJECT_ID | Unique project ID for the Cloud # 10120. |
![]() | PROJ_COMMISSION | Commission # 10014. |
![]() | PROJ_COMPANYADDRESS1 | Company address 1 # 10016. |
![]() | PROJ_COMPANYADDRESS2 | Company address 2 # 10017. |
![]() | PROJ_COMPANYNAME | Company name # 10015. |
![]() | PROJ_CONTROLVOLTAGE | Control voltage # 10041. |
![]() | PROJ_COUNTPERPAGETYPE | Number of pages per page type # 10200. |
![]() | PROJ_CREATIONDATE | Creation date # 10021. |
![]() | PROJ_CREATIONTIME | Creation time # 10046. |
![]() | PROJ_CREATOR | Creator # 10020. |
![]() | PROJ_CREATORCITY | Creator: City # 10238. |
![]() | PROJ_CREATORCOUNTRY | Creator: Country # 10239. |
![]() | PROJ_CREATOREMAIL | Creator: E-mail # 10242. |
![]() | PROJ_CREATORFAX | Creator: Fax # 10241. |
![]() | PROJ_CREATORID | Creator: Short name # 10230. |
![]() | PROJ_CREATORLONGNAME | Creator: Full name # 10245. |
![]() | PROJ_CREATORNAME1 | Creator: Name 1 # 10232. |
![]() | PROJ_CREATORNAME2 | Creator: Name 2 # 10233. |
![]() | PROJ_CREATORNAME3 | Creator: Name 3 # 10234. |
![]() | PROJ_CREATORNOTE | Creator: Description # 10247. |
![]() | PROJ_CREATORNUMBER | Creator: Customer number # 10246. |
![]() | PROJ_CREATORPOBOX | Creator: P.O. box # 10236. |
![]() | PROJ_CREATORREGION | Creator: State / Region # 10244. |
![]() | PROJ_CREATORSTREET | Creator: Street # 10235. |
![]() | PROJ_CREATORTELEPHONE | Creator: Phone # 10240. |
![]() | PROJ_CREATORTITLE | Creator: Title # 10231. |
![]() | PROJ_CREATORZIPCODE | Creator: Zip code (City) # 10237. |
![]() | PROJ_CREATORZIPCODEPOBOX | Creator: Zip code (P.O. box) # 10243. |
![]() | PROJ_CUSTOMER | Customer # 10370. |
![]() | PROJ_CUSTOMERCITY | Customer: City # 10108. |
![]() | PROJ_CUSTOMERCOUNTRY | Customer: Country # 10109. |
![]() | PROJ_CUSTOMEREMAIL | Customer: E-mail # 10112. |
![]() | PROJ_CUSTOMERFAX | Customer: Fax # 10111. |
![]() | PROJ_CUSTOMERID | Customer: Short name # 10100. |
![]() | PROJ_CUSTOMERLONGNAME | Customer: Full name # 10115. |
![]() | PROJ_CUSTOMERNAME1 | Customer: Name 1 # 10102. |
![]() | PROJ_CUSTOMERNAME2 | Customer: Name 2 # 10103. |
![]() | PROJ_CUSTOMERNAME3 | Customer: Name 3 # 10104. |
![]() | PROJ_CUSTOMERNOTE | Customer: Description # 10117. |
![]() | PROJ_CUSTOMERNUMBER | Customer: Customer number # 10116. |
![]() | PROJ_CUSTOMERPOBOX | Customer: P.O. box # 10106. |
![]() | PROJ_CUSTOMERREGION | Customer: State / Region # 10114. |
![]() | PROJ_CUSTOMERSTREET | Customer: Street # 10105. |
![]() | PROJ_CUSTOMERTELEPHONE | Customer: Phone # 10110. |
![]() | PROJ_CUSTOMERTITLE | Customer: Title # 10101. |
![]() | PROJ_CUSTOMERZIPCODE | Customer: Zip code (City) # 10107. |
![]() | PROJ_CUSTOMERZIPCODEPOBOX | Customer: Zip code (P.O. box) # 10113. |
![]() | PROJ_CUSTOMIDENTIFICATION | Customer code # 10180. |
![]() | PROJ_DATEPERPAGETYPE | Last modification date per page type # 10250. |
![]() | PROJ_DEGOFPROTECTION | Degree of protection # 10037. |
![]() | PROJ_DEVTAGFORMAT_CUSTOMFORMAT | Sequence of individual DT properties # 10091. |
![]() | PROJ_DEVTAGFORMAT_ENABLECUSTOMFORMAT | Edit DT in individual fields # 10090. |
![]() | PROJ_DRAWINGNUMBER | Job number # 10013. |
![]() | PROJ_DTFORMAT_BLACKBOX | Format of displayed DT: Black box # 10630. |
![]() | PROJ_DTFORMAT_BUSBAR | Format of displayed DT: Busbar # 10632. |
![]() | PROJ_DTFORMAT_CABLE | Format of displayed DT: Cable / shield # 10627. |
![]() | PROJ_DTFORMAT_CABLE_CONNECTION | Format of displayed DT: Cable connection # 10635. |
![]() | PROJ_DTFORMAT_CONNECTOR_DEF_TEXT | Format of displayed DT: Plug definition # 10623. |
![]() | PROJ_DTFORMAT_DEVICE_END_TERMINAL | Format of displayed DT: Device connection point # 10631. |
![]() | PROJ_DTFORMAT_DISTRIBUTOR | Format of displayed DT: Fluid connection splicer / line connector # 10634. |
![]() | PROJ_DTFORMAT_FLUIDDEVICE | Format of displayed DT: Fluid device # 10633. |
![]() | PROJ_DTFORMAT_FUNCTION | Format of displayed DT: General devices # 10620. |
![]() | PROJ_DTFORMAT_INTERRUPTION_POINT | Format of displayed DT: Interruption point # 10629. |
![]() | PROJ_DTFORMAT_PLC_TERMINAL | Format of displayed DT: PLC connection point # 10626. |
![]() | PROJ_DTFORMAT_PLCBOX | Format of displayed DT: PLC box # 10625. |
![]() | PROJ_DTFORMAT_PLUG | Format of displayed DT: Pin # 10624. |
![]() | PROJ_DTFORMAT_TERMINAL | Format of displayed DT: Terminal # 10622. |
![]() | PROJ_DTFORMAT_TERMINAL_DEF_TEXT | Format of displayed DT: Terminal strip definition # 10621. |
![]() | PROJ_EDITEDPAGES | Created pages # 10301. |
![]() | PROJ_ENCLOSURES | Enclosures # 10038. |
![]() | PROJ_ENDCUSTOMER_LONGNAME | End customer: Full name # 10145. |
![]() | PROJ_ENDCUSTOMER_NOTE | End customer: Description # 10147. |
![]() | PROJ_ENDCUSTOMER_NUMBER | End customer: Customer number # 10146. |
![]() | PROJ_ENDCUSTOMER_REGION | End customer: State / Region # 10144. |
![]() | PROJ_ENDCUSTOMERCITY | End customer: City # 10138. |
![]() | PROJ_ENDCUSTOMERCOUNTRY | End customer: Country # 10139. |
![]() | PROJ_ENDCUSTOMEREMAIL | End customer: E-mail # 10142. |
![]() | PROJ_ENDCUSTOMERFAX | End customer: Fax # 10141. |
![]() | PROJ_ENDCUSTOMERID | End customer: Short name # 10130. |
![]() | PROJ_ENDCUSTOMERNAME1 | End customer: Name 1 # 10132. |
![]() | PROJ_ENDCUSTOMERNAME2 | End customer: Name 2 # 10133. |
![]() | PROJ_ENDCUSTOMERNAME3 | End customer: Name 3 # 10134. |
![]() | PROJ_ENDCUSTOMERPOBOX | End customer: P.O. box # 10136. |
![]() | PROJ_ENDCUSTOMERSTREET | End customer: Street # 10135. |
![]() | PROJ_ENDCUSTOMERTELEPHONE | End customer: Phone # 10140. |
![]() | PROJ_ENDCUSTOMERTITLE | End customer: Title # 10131. |
![]() | PROJ_ENDCUSTOMERZIPCODE | End customer: Zip code (City) # 10137. |
![]() | PROJ_ENDCUSTOMERZIPCODEPOBOX | End customer: Zip code (P.O. box) # 10143. |
![]() | PROJ_ENVIRONMENTALCONSIDERATION | Environmental consideration # 10034. |
![]() | PROJ_FROZENPERPAGETYPE | Number of frozen pages per page type # 10065. |
![]() | PROJ_FULL_PROJECTNAME | Project name (full) # 10009. |
![]() | PROJ_FULL_PROJECTPATH | Project path (full) # 10045. |
![]() | PROJ_FULLDTFORMAT_BLACKBOX | Format of full DT: Black box # 10650. |
![]() | PROJ_FULLDTFORMAT_BUSBAR | Format of full DT: Busbar # 10652. |
![]() | PROJ_FULLDTFORMAT_CABLE | Format of full DT: Cable / shield # 10647. |
![]() | PROJ_FULLDTFORMAT_CABLE_CONNECTION | Format of full DT: Cable connection # 10655. |
![]() | PROJ_FULLDTFORMAT_CONNECTOR_DEF_TEXT | Format of full DT: Plug definition # 10643. |
![]() | PROJ_FULLDTFORMAT_DEVICE_END_TERMINAL | Format of full DT: Device connection point # 10651. |
![]() | PROJ_FULLDTFORMAT_DISTRIBUTOR | Format of full DT: Fluid connection splicer / line connector # 10654. |
![]() | PROJ_FULLDTFORMAT_FLUIDDEVICE | Format of full DT: Fluid device # 10653. |
![]() | PROJ_FULLDTFORMAT_FUNCTION | Format of full DT: General devices # 10640. |
![]() | PROJ_FULLDTFORMAT_INTERRUPTION_POINT | Format of full DT: Interruption point # 10649. |
![]() | PROJ_FULLDTFORMAT_PLC_TERMINAL | Format of full DT: PLC connection point # 10646. |
![]() | PROJ_FULLDTFORMAT_PLCBOX | Format of full DT: PLC box # 10645. |
![]() | PROJ_FULLDTFORMAT_PLUG | Format of full DT: Pin # 10644. |
![]() | PROJ_FULLDTFORMAT_TERMINAL | Format of full DT: Terminal # 10642. |
![]() | PROJ_FULLDTFORMAT_TERMINAL_DEF_TEXT | Format of full DT: Terminal strip definition # 10641. |
![]() | PROJ_GENERATEDPAGES | Generated report pages # 10302. |
![]() | PROJ_GUID | Unique project ID # 10184. |
![]() | PROJ_HIERARCHY_BUSBAR | Structure format for busbars # 10053. |
![]() | PROJ_HIERARCHY_CABLE | Structure format for cables # 10061. |
![]() | PROJ_HIERARCHY_CODEDNESTINGSETTINGS | Nested device tags # 10019. |
![]() | PROJ_HIERARCHY_CODEDSEPARATORS | Separator for structures # 10018. |
![]() | PROJ_HIERARCHY_DEVICEBOX | Structure format for black boxes # 10056. |
![]() | PROJ_HIERARCHY_DISTRIBUTOR | Structure format for fluid connection splicer / line connector # 10064. |
![]() | PROJ_HIERARCHY_DOCUMENTSTRUCTURE | Project structure: Document type # 10006. |
![]() | PROJ_HIERARCHY_FLUID | Structure format for fluid devices # 10063. |
![]() | PROJ_HIERARCHY_FUNCTIONALASSIGNMENT | Project structure: Functional assignment # 10001. |
![]() | PROJ_HIERARCHY_INSTALLATIONNUMBER | Project structure: Higher-level function number # 10005. |
![]() | PROJ_HIERARCHY_INTERRUPTIONPOINT | Structure format for interruption points # 10051. |
![]() | PROJ_HIERARCHY_LOCATION | Project structure: Location designation # 10004. |
![]() | PROJ_HIERARCHY_LOCATIONBOX | Structure format for structure boxes # 10062. |
![]() | PROJ_HIERARCHY_MASTERDEVICES | Superior structure format for all devices # 10054. |
![]() | PROJ_HIERARCHY_MECHANIC | Structure format for mechanical devices # 10085. |
![]() | PROJ_HIERARCHY_PAGE | Structure format for pages # 10050. |
![]() | PROJ_HIERARCHY_PLACEOFINSTALLATION | Project structure: Installation site # 10003. |
![]() | PROJ_HIERARCHY_PLANT | Project structure: Function designation # 10002. |
![]() | PROJ_HIERARCHY_PLC | Structure format for PLC / bus technology # 10057. |
![]() | PROJ_HIERARCHY_PLUG | Structure format for plugs # 10060. |
![]() | PROJ_HIERARCHY_PRODUCT | Project structure: Product # 10099. |
![]() | PROJ_HIERARCHY_SPECIALDINMODE | Superior structure formats # 10029. |
![]() | PROJ_HIERARCHY_STANDARDDEVICE | Structure format for general devices # 10055. |
![]() | PROJ_HIERARCHY_TAKEOVERPAGENUMBER | Use page name in DT # 10012. |
![]() | PROJ_HIERARCHY_TERMINALSTRIP | Structure format for terminal strips # 10059. |
![]() | PROJ_HIERARCHY_USERDEFINED | Project structure: User-defined structure # 10007. |
![]() | PROJ_IDENTIFICATION | User # 10181. |
![]() | PROJ_INSTALLATIONNAME | Project description # 10011. |
![]() | PROJ_LASTMODIFICATIONDATE | Modification date # 10023. |
![]() | PROJ_LASTMODIFICATIONTIME | Modification time # 10047. |
![]() | PROJ_LASTMODIFICATOR | Last editor: Sign-in name # 10022. |
![]() | PROJ_LASTTRANSLATIONDATE | Last translation: Date # 10024. |
![]() | PROJ_LASTTRANSLATIONTIME | Last translation: Time # 10048. |
![]() | PROJ_LASTUSEDBUILDNUMBER | Eplan build number of the last modification or update # 10044. |
![]() | PROJ_LASTUSEDVERSION | Eplan version of the last modification or update # 10043. |
![]() | PROJ_LEADIN | Input lead # 10040. |
![]() | PROJ_LOCATION | Location # 10035. |
![]() | PROJ_LOCATIONOFINSTALLATION | Place of installation # 10032. |
![]() | PROJ_MAKE | Make # 10030. |
![]() | PROJ_MANUFACTURINGDATE | Manufacturing date # 10042. |
![]() | PROJ_NAME | Project name # 10000. |
![]() | PROJ_NAMEFORMAT_BUSBAR | Naming format for busbars # 10073. |
![]() | PROJ_NAMEFORMAT_CABLE | Naming format for cables # 10081. |
![]() | PROJ_NAMEFORMAT_DEVICE | Naming format for devices # 10075. |
![]() | PROJ_NAMEFORMAT_DEVICEBOX | Naming format for black boxes # 10076. |
![]() | PROJ_NAMEFORMAT_DISTRIBUTOR | Naming format for fluid connection splicer / line connector # 10084. |
![]() | PROJ_NAMEFORMAT_FLUID | Naming format for fluid devices # 10083. |
![]() | PROJ_NAMEFORMAT_INTERRUPTIONPOINT | Naming format for interruption points # 10071. |
![]() | PROJ_NAMEFORMAT_LOCATIONBOX | Naming format for structure boxes # 10082. |
![]() | PROJ_NAMEFORMAT_MASTERDEVICES | Superior naming format for all devices # 10074. |
![]() | PROJ_NAMEFORMAT_MECHANIC | Naming format for mechanical devices # 10086. |
![]() | PROJ_NAMEFORMAT_PAGE | Naming format for pages # 10070. |
![]() | PROJ_NAMEFORMAT_PLC | Naming format for PLC / bus technology # 10077. |
![]() | PROJ_NAMEFORMAT_PLUG | Naming format for plugs # 10080. |
![]() | PROJ_NAMEFORMAT_TERMINALSTRIP | Naming format for terminal strips # 10079. |
![]() | PROJ_NUMERICTYPE | Type of project # 10902. |
![]() | PROJ_ORIGIN | Project: Template # 10069. |
![]() | PROJ_PAGECOUNT | Total no. of pages # 10300. |
![]() | PROJ_PARTFEATURES | Part features # 10033. |
![]() | PROJ_PDD_DEVICES_HIERARCHY | Structure of the tree structure in the device navigators # 10094. |
![]() | PROJ_PDD_DEVICES_SHOWDESCRSTRUCTURES | Show descriptive identifiers in device navigators # 10095. |
![]() | PROJ_PDD_PAGES_HIERARCHY | Structure of tree structure in page tree # 10092. |
![]() | PROJ_PDD_PAGES_SHOWDESCRSTRUCTURES | Show descriptive identifiers in page tree # 10093. |
![]() | PROJ_POWERINPUT | Feed-in # 10039. |
![]() | PROJ_PROJECTBEGIN | Project start # 10028. |
![]() | PROJ_PROJECTEND | Project end # 10026. |
![]() | PROJ_PROJECTPATH | Project path # 10010. |
![]() | PROJ_PROJECTSTATUS | Project status # 10303. |
![]() | PROJ_REGULATION | Regulation # 10036. |
![]() | PROJ_RESPONSIBLEFORPROJECT | Responsible for project # 10025. |
![]() | PROJ_REVISION_APPROVEDBY | Approved by # 10160. |
![]() | PROJ_REVISION_APPROVEDDATE | Approved date # 10161. |
![]() | PROJ_REVISION_CHECKEDBY | Checked by # 10162. |
![]() | PROJ_REVISION_CHECKEDDATE | Checked date # 10163. |
![]() | PROJ_REVISION_LOG_DATE | Revision date (change tracking) # 10158. |
![]() | PROJ_REVISION_LOG_DESCRIPTION | Revision comment (change tracking) # 10156. |
![]() | PROJ_REVISION_LOG_EDITINGAREA | Defined working section (from change tracking) # 10195. |
![]() | PROJ_REVISION_LOG_NAME | Revision name (change tracking) # 10155. |
![]() | PROJ_REVISION_LOG_START | Revision: Change tracking started # 10154. |
![]() | PROJ_REVISION_LOG_TIME | Revision time (change tracking) # 10159. |
![]() | PROJ_REVISION_LOG_USER | Revision created by (change tracking) # 10157. |
![]() | PROJ_REVISION_LOG_USERCODE | User code (change tracking) # 10190. |
![]() | PROJ_REVISION_LOG_USEREMAIL | User: E-mail address (change tracking) # 10193. |
![]() | PROJ_REVISION_LOG_USERNAME | User name (change tracking) # 10191. |
![]() | PROJ_REVISION_LOG_USERPHONE | User: Phone number (change tracking) # 10192. |
![]() | PROJ_REVISION_TEMP | Revision: Temporary reference project # 10164. |
![]() | PROJ_REVISIONS | Revisions # 10150. |
![]() | PROJ_REVISIONSPARENT | Revision: Original project name (complete) # 10151. |
![]() | PROJ_REVISIONSPARENT_NAME | Revision: Original project name # 10149. |
![]() | PROJ_SERIALNUMBERDONGLE | License number of dongle # 10185. |
![]() | PROJ_SHOWDTSTRUCTURETAB | Show tab for DT structures # 10008. |
![]() | PROJ_SOURCELANGUAGE | Source language # 10500. |
![]() | PROJ_STATION | Workstation # 10182. |
![]() | PROJ_STRUCTURESEQUENCE_PAGE | Sequence of the project structures in the page name # 10089. |
![]() | PROJ_SUPPLEMENTARYFIELD | Supplementary field # 10901. |
![]() | PROJ_TIMEPERPAGETYPE | Last modification time per page type # 10251. |
![]() | PROJ_TYPE | Project: Type # 10031. |
![]() | PROJECT_AREA | AutomationML: Building # 10952. |
![]() | PROJECT_ENTERPRISE | AutomationML: Company # 10950. |
![]() | PROJECT_HIGHEST_REVISION_INDEX | Highest revision index (change tracking) # 10098. |
![]() | PROJECT_INSTALLATIONSPACECOUNT | Number of layout spaces # 10304. |
![]() | PROJECT_POWERDISSIPATION_FREQUENCY | Thermal design: Frequency # 10311. |
![]() | PROJECT_POWERDISSIPATION_POWER_OF_ZONE | Thermal design: Total power dissipation for air-conditioning field # 10313. |
![]() | PROJECT_POWERDISSIPATION_SIMULTANEITYFACTOR | Thermal design: Simultaneity factor # 10312. |
![]() | PROJECT_POWERDISSIPATION_VOLTAGE | Thermal design: Voltage # 10310. |
![]() | PROJECT_PRODUCTION_LINE | AutomationML: Plant # 10953. |
![]() | PROJECT_SITE | AutomationML: Works # 10951. |
![]() | PROJECT_SUBPROJECTORIGIN | Subproject of # 25100. |
![]() | PROJECT_WORK_CELL | AutomationML: Area # 10954. |
![]() | Property | Overloaded. Method used by operator[] in order to access indexed properties. |
![]() | PROPUSER_DBOBJECTID | Overloaded. Object identification # 2000. (Inherited from Eplan.EplApi.DataModel.StorableObjectPropertyList) |
![]() | PROPUSER_LAST_USERCODE | Last editor: ID # 3010. |
![]() | PROPUSER_LAST_USEREMAIL | Last editor: E-mail # 3013. |
![]() | PROPUSER_LAST_USERNAME | Last editor: Name # 3011. |
![]() | PROPUSER_LAST_USERPHONE | Last editor: Phone # 3012. |
![]() | SUBPROJECT_NUMBER | Subproject number # 25101. |
| Name | Description | |
|---|---|---|
![]() | CopyTo | Overloaded. Copies properties to other property list. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |
![]() | Dispose() | Destructor for deterministic finalization of ProjectPropertyList object. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |
![]() | Exists | Overloaded. Checks property existence for used obiect. |
![]() | getPropList | Internal method. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |