Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticleReferencePropertyList Class
Members Example

In This Topic
    ArticleReferencePropertyList Class
    In This Topic
    This class represents a collection of properties of ArticleReference class. Please also check the base classes for other properties that are available for ArticleReference objects: StorableObjectPropertyList
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.UniversalPropertyList
          Eplan.EplApi.DataModel.StorableObjectPropertyList
             Eplan.EplApi.DataModel.ArticleReferencePropertyList

    Syntax
    [DefaultMember("Property")]
    public class ArticleReferencePropertyList : StorableObjectPropertyList 
    [DefaultMember("Property")]
    public ref class ArticleReferencePropertyList : public StorableObjectPropertyList 
    Remarks

    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.

    Example
    This example shows the different usage of persistent property lists and transient property lists:
    // 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"
    
    
    Public Constructors
     NameDescription
    Public ConstructorConstructor  
    Top
    Public Properties
     NameDescription
    Public PropertyReception volume # 26223.  
    Public PropertyDynamic viscosity: Accuracy # 26362.  
    Public PropertyActual volume flow: Accuracy # 26360.  
    Public PropertyActive power # 26641.  
    Public PropertyActive power loss # 26621.  
    Public PropertyActive power (general power supply), max. # 26643.  
    Public PropertyActive power (emergency power system), max. # 26645.  
    Public PropertyActive power (uninterruptible power supply), max. # 26647.  
    Public PropertyActual power (hydraulic) # 26381.  
    Public PropertyActual power (hydraulic), max. # 26383.  
    Public PropertyActual power (hydraulic), min. # 26385.  
    Public PropertyActual power (pneumatic) # 26387.  
    Public PropertyActual power (pneumatic), max. # 26389.  
    Public PropertyActual power (pneumatic), min. # 26391.  
    Public PropertyApparent power # 26549.  
    Public PropertyOperating area: Cable # 26287.  
    Public PropertyConnecting cable: Application area # 26208.  
    Public PropertyBACnet # 26227.  
    Public PropertyCable entry into device # 26395.  
    Public PropertyCable length, routed # 26397.  
    Public PropertyCable length, max. # 26117.  
    Public PropertyCable: Voltage level # 26400.  
    Public PropertyMeasuring transducer: Line connection (cable / pipe) # 26202.  
    Public PropertyCable reel # 26393.  
    Public PropertyCable / Conduit: Designation in graphic # 22064.  
    Public PropertyVolume capacity # 26322.  
    Public PropertyBACnet: Character set acc. to BACnet specification # 26651.  
    Public PropertyCharacteristic curve # 26403.  
    Public PropertyPower circuit breaker - test available # 26433.  
    Public PropertyClimate class # 26407.  
    Public PropertyClosing pressure # 26551.  
    Public PropertyCO2 emission # 26245.  
    Public PropertyRetention volume # 26221.  
    Public PropertyConnectable cable type # 26182.  
    Public PropertyConnecting cable: Length # 26206.  
    Public PropertyConnection point type # 26204.  
    Public PropertyPlug-in connector housing (connection 1) # 26579.  
    Public PropertyPlug-in connector housing (connection 2) # 26581.  
    Public PropertyUnique external part ID # 22984.  
    Public PropertyCurrent consumption # 26595.  
    Public PropertyCurrent consumption, max. # 26597.  
    Public PropertyDepth # 22014.  
    Public PropertyPart: Designation 1 # 22004.  
    Public PropertyPart: Designation 2 # 22005.  
    Public PropertyPart: Designation 3 # 22006.  
    Public PropertyBACnet: Device profile according to BACnet specification # 26368.  
    Public PropertyDiscontinued part # 22258.  
    Public PropertyDuty cycle # 26293.  
    Public PropertyEffective delivery amount # 26271.  
    Public PropertyEfficiency # 26649.  
    Public PropertyDynamic viscosity range: End value # 26299.  
    Public PropertyEnergy efficiency class # 26301.  
    Public PropertyEnergy efficiency class CN # 26305.  
    Public PropertyEnergy efficiency class (motor) # 26303.  
    Public PropertyEnergy efficiency class US # 26307.  
    Public PropertyERP / PDM number 1 # 22056.  
    Public PropertyERP / PDM number 10 # 22379.  
    Public PropertyERP / PDM number 2 # 22371.  
    Public PropertyERP / PDM number 3 # 22372.  
    Public PropertyERP / PDM number 4 # 22373.  
    Public PropertyERP / PDM number 5 # 22374.  
    Public PropertyERP / PDM number 6 # 22375.  
    Public PropertyERP / PDM number 7 # 22376.  
    Public PropertyERP / PDM number 8 # 22377.  
    Public PropertyERP / PDM number 9 # 22378.  
    Public PropertyERP / PDM number 1: Description # 22381.  
    Public PropertyERP / PDM number 10: Description # 22390.  
    Public PropertyERP / PDM number 2: Description # 22382.  
    Public PropertyERP / PDM number 3: Description # 22383.  
    Public PropertyERP / PDM number 4: Description # 22384.  
    Public PropertyERP / PDM number 5: Description # 22385.  
    Public PropertyERP / PDM number 6: Description # 22386.  
    Public PropertyERP / PDM number 7: Description # 22387.  
    Public PropertyERP / PDM number 8: Description # 22388.  
    Public PropertyERP / PDM number 9: Description # 22389.  
    Public PropertyExternal placement # 22220.  
    Public PropertyBlower air flow # 26353.  
    Public PropertyFill capacity # 26344.  
    Public PropertyFill volume # 26346.  
    Public PropertyFire protection properties # 26243.  
    Public PropertyMounting length: Protective tube # 26277.  
    Public PropertyFlow direction: Operating flow direction # 26267.  
    Public PropertyFlow rate # 26265.  
    Public PropertyFlow rate (operating / standard volume flow) # 26263.  
    Public PropertyFree properties: Displayed name # 22146.  
    Public PropertyFree properties: Value and unit (full) # 22234.  
    Public PropertyUser-defined properties: Identifying name # 22336.  
    Public PropertyUser-defined properties: Value # 22337.  
    Public PropertyFree properties: Unit # 22148.  
    Public PropertyFree properties: Value # 22147.  
    Public PropertyFrequency # 26334.  
    Public PropertyFrequency range # 26342.  
    Public PropertyFrequency range, max. # 26330.  
    Public PropertyFrequency range, min. # 26332.  
    Public PropertyFrequency (signal processing) # 26336.  
    Public PropertyFrequency (signal processing), set # 26338.  
    Public PropertyFunction in rest position # 26348.  
    Public PropertySchematic macro # 22145.  
    Public PropertySchematic macros for company standard # 22882.  
    Public PropertySchematic macro: Macro for company standard # 22881.  
    Public PropertySchematic macro: Name for company standard # 22880.  
    Public PropertySchematic macro: GB/CCC # 22873.  
    Public PropertySchematic macro: GOST # 22874.  
    Public PropertySchematic macro: IEC # 22870.  
    Public PropertySchematic macro: NFPA inch # 22872.  
    Public PropertySchematic macro: NFPA mm # 22871.  
    Public PropertyHeight # 22012.  
    Public PropertyBarcode number # 22208.  
    Public PropertyBarcode type # 22209.  
    Public PropertyDynamic viscosity range: Start value # 26188.  
    Public PropertyFrequency (input voltage) # 26340.  
    Public PropertyInput flow rate # 26279.  
    Public PropertyInrush current # 26295.  
    Public PropertyMounting length # 26275.  
    Public PropertyIntake capacity # 26194.  
    Public PropertyIntake volume # 26196.  
    Public PropertyIntake flow rate, min. # 26200.  
    Public PropertyIdentification # 26405.  
    Public PropertyLength, max. # 26413.  
    Public PropertyLength, min. # 26415.  
    Public PropertyService time # 22142.  
    Public PropertyOperating location # 26291.  
    Public PropertyBill of quantities: Identifier # 26438.  
    Public PropertyGraphical macro # 22010.  
    Public PropertyGraphical macro (without macro directory name) # 22018.  
    Public PropertyLubrication / maintenance # 22141.  
    Public PropertyMaintenance cycle # 26637.  
    Public PropertyMaintenance interval # 26635.  
    Public PropertyManufacturer # 22007.  
    Public PropertyMass # 26440.  
    Public PropertyMass moment of inertia of the load # 26443.  
    Public PropertyPower consumption, max. # 26419.  
    Public PropertyNominal current, max. # 26500.  
    Public PropertyNominal power (in kW), max. # 26478.  
    Public PropertyMeasurand # 26460.  
    Public PropertyMeasurement accuracy # 26458.  
    Public PropertyMounting configuration # 26273.  
    Public PropertyMounting surface # 22022.  
    Public PropertyNominal current # 26311.  
    Public PropertyMotor nominal power # 26462.  
    Public PropertyNominal power consumption # 26482.  
    Public PropertyNominal power requirement # 26484.  
    Public PropertyNominal pressure # 26470.  
    Public PropertyPressure range # 26472.  
    Public PropertyNominal pressure series # 26309.  
    Public PropertyNominal flow rate # 26506.  
    Public PropertyNominal flow rate (intake side) # 26508.  
    Public PropertyNominal flow rate (compressed air) # 26510.  
    Public PropertyNominal size / diameter # 26512.  
    Public PropertyNominal size / connection size # 26514.  
    Public PropertyDescription # 22009.  
    Public PropertyBACnet: Number of I/O objects # 26212.  
    Public PropertyBACnet: Number of hardware interfaces # 26214.  
    Public PropertyNumber of inputs # 26216.  
    Public PropertyNumber of outputs # 26011.  
    Public PropertyOpening pressure # 26522.  
    Public PropertyOperating temperature # 26237.  
    Public PropertyOperating temperature, max. # 26239.  
    Public PropertyOperating temperature, min. # 26241.  
    Public PropertyOrder number # 22003.  
    Public PropertyOutput speed, max. # 26183.  
    Public PropertyOutput speed, min. # 26185.  
    Public PropertyOverload capability: Overcurrent # 26619.  
    Public PropertySubset / length # 20496.  
    Public PropertySubset / length (full) # 20510.  
    Public PropertySubset / length in unit of project # 20505.  
    Public PropertyUnit for subset / length # 20498.  
    Public PropertySubset / length: Value # 20497.  
    Public PropertySubset / length with unit of project # 20506.  
    Public PropertyPerformance description, standardized: Description (device, utility, service) # 26425.  
    Public PropertyImage file # 22045.  
    Public PropertyPlug-in connector (connection 1) # 26575.  
    Public PropertyPlug-in connector (connection 2) # 26577.  
    Public PropertyPerformance description, standardized: Item keyword (device, utility, service) # 26536.  
    Public PropertyItem number (manufacturer) # 26534.  
    Public PropertyPerformance description, standardized: Item number (device, utility, service) # 26532.  
    Public PropertyPossible uses # 26289.  
    Public PropertyPower consumption # 26417.  
    Public PropertyPerformance description (item, device) # 26427.  
    Public PropertyPerformance description, standardized: Performance group item number # 26431.  
    Public PropertyPower requirement, max. # 26421.  
    Public PropertyPower requirement, min. # 26423.  
    Public PropertyPressure level # 26259.  
    Public PropertyBACnet: Product function # 26538.  
    Public PropertyProduct group # 22041.  
    Public PropertyProduct grouping # 22367.  
    Public PropertyProduct subgroup # 22028.  
    Public PropertyGeneric product group # 22138.  
    Public PropertyDegree of protection (IP) # 26553.  
    Public PropertyDegree of protection (IP): Front side # 26559.  
    Public PropertyDegree of protection (IP): Mounted # 26561.  
    Public PropertyDegree of protection (IP): Evaluation electronics # 26555.  
    Public PropertyDegree of protection (IP): Measuring head # 26557.  
    Public PropertyDegree of protection (IP): Rear side # 26563.  
    Public PropertyProtection type class (motor) # 26565.  
    Public PropertyBACnet: Protocol # 26540.  
    Public PropertyProvision of cable # 26232.  
    Public PropertyProvision of cable gland # 26230.  
    Public PropertyTransport capacity # 26324.  
    Public PropertyTransport capacity of the operating fluid # 26326.  
    Public PropertyTransport volume # 26328.  
    Public PropertyQuantity / subset in unit of project # 20507.  
    Public PropertyOperating area # 26285.  
    Public PropertyRated apparent power # 26234.  
    Public PropertyNominal current consumption # 26504.  
    Public PropertyNominal current, min. # 26502.  
    Public PropertyNominal drive torque # 26466.  
    Public PropertyNominal output torque # 26464.  
    Public PropertyNominal power # 26474.  
    Public PropertyNominal power (in kW), min. # 26480.  
    Public PropertyNominal rotation speed # 26468.  
    Public PropertyNominal voltage # 26486.  
    Public PropertyNominal voltage (AC) # 26490.  
    Public PropertyNominal voltage (AC 50 Hz) # 26488.  
    Public PropertyNominal voltage (DC) # 26492.  
    Public PropertyNominal voltage (control circuit) # 26496.  
    Public PropertyNominal voltage (load circuit) # 26494.  
    Public PropertyReplacement part: Original part # 26318.  
    Public PropertyIdentifier for reports # 22214.  
    Public PropertySymbol for reports # 22228.  
    Public PropertyStart-up time # 26313.  
    Public PropertySafety-related values: B10 # 40338.  
    Public PropertySafety-related values: B10 D # 40339.  
    Public PropertySafety-related values: Hierarchy level 1 # 40321.  
    Public PropertySafety-related values: Hierarchy level 2 # 40322.  
    Public PropertySafety-related values: Hierarchy level 3 # 40323.  
    Public PropertySafety-related values: Hierarchy level 4 # 40324.  
    Public PropertySafety-related values: Hierarchy level 5 # 40325.  
    Public PropertySafety-related values: Input (Collect) # 40326.  
    Public PropertySafety-related values: Lambda-D # 40334.  
    Public PropertySafety-related values: Logic (Generate report) # 40328.  
    Public PropertySafety-related values: MTBF # 40336.  
    Public PropertySafety-related values: MTTF # 40335.  
    Public PropertySafety-related values: MTTFD # 40333.  
    Public PropertySafety-related values: Output (React) # 40327.  
    Public PropertySafety-related values: PFHD # 40331.  
    Public PropertySafety-related values: PL # 40329.  
    Public PropertySafety-related values: RDF # 40337.  
    Public PropertySafety-related values: SIL CL # 40330.  
    Public PropertySafety-related values: TMT1 # 40332.  
    Public PropertySales price Currency 1 # 22107.  
    Public PropertySales price Currency 2 # 22108.  
    Public PropertyPressure level of secondary housing # 26261.  
    Public PropertyPerformance unit (bill of quantities) # 26429.  
    Public PropertySetpoint # 26567.  
    Public PropertyShock load # 26584.  
    Public PropertySpare part # 22140.  
    Public PropertyDrive torque (specified), max. # 26570.  
    Public PropertyDrive torque (specified), min. # 26572.  
    Public PropertyRotation speed, max. # 26255.  
    Public PropertyRotation speed, min. # 26257.  
    Public PropertyBACnet: Standard # 26516.  
    Public PropertySwitch-on time # 26192.  
    Public PropertyStarting current, max. # 26190.  
    Public PropertyStorage, transport and packaging (requirement) # 26409.  
    Public PropertyStress # 22143.  
    Public PropertyJacket (cable) stripping length # 26010.  
    Public PropertyIntake flow rate, max. # 26198.  
    Public PropertySuitable as monitoring device # 26355.  
    Public PropertySuitable for cable diameter # 26350.  
    Public PropertySuitable for degree of protection (IP) # 26358.  
    Public PropertySupplier # 22008.  
    Public PropertySupplier batch number # 26435.  
    Public PropertySupply voltage range # 26623.  
    Public PropertySwitching capacity # 26545.  
    Public PropertyTemperature (medium), max. # 26609.  
    Public PropertyTemperature (medium), min. # 26611.  
    Public PropertyTemperature, max. # 26607.  
    Public PropertyTemperature, min. # 26613.  
    Public PropertyTemperature range (medium), max. # 26615.  
    Public PropertyTemperature range (medium), min. # 26617.  
    Public PropertyThroughput # 26269.  
    Public PropertyTorque # 26247.  
    Public PropertyTorque (at max. rotation speed) # 26249.  
    Public PropertyTorque (at min. rotation speed) # 26251.  
    Public PropertyTorque, max. # 26253.  
    Public PropertyBACnet: Total number of objects # 26210.  
    Public PropertyType of flow # 26219.  
    Public PropertyCircuit type # 26547.  
    Public PropertyOperating mode # 26283.  
    Public PropertyType number # 22002.  
    Public PropertyUnique part ID # 22060.  
    Public PropertyUnit # 26281.  
    Public PropertyDevice class # 26366.  
    Public PropertyType of construction: Device # 26364.  
    Public PropertyProcess pressure (absolute pressure), max. # 26518.  
    Public PropertyProcess pressure (overpressure), max. # 26520.  
    Public PropertyProcurement # 22144.  
    Public PropertyUsage for labeling type # 26625.  
    Public PropertyDesigned as maintenance / repair switch # 26012.  
    Public PropertyViscosity # 26627.  
    Public PropertyViscosity class (acc. to DIN 51519) # 26631.  
    Public PropertyViscosity index (acc. to DIN ISO 2909) # 26629.  
    Public PropertyFlow rate # 26633.  
    Public PropertyWearing part # 22139.  
    Public PropertyWeight in displayed unit # 22059.  
    Public PropertyWeight (part) # 26370.  
    Public PropertyWeight (in kg/1000 m) # 26374.  
    Public PropertyWeight (individual packaging) # 26376.  
    Public PropertyWeight (packaging) # 26378.  
    Public PropertyTotal weight (part) # 26372.  
    Public PropertyWidth # 22013.  
    Public PropertySuppl. field: Yes / No # 20502.  
    Public PropertySuppl. field: Text # 20501.  
    Public PropertyAutomationML GUID (accessories) # 40348.  
    Public PropertyPart of a part definition # 20508.  
    Public PropertyAssembly # 20492.  
    Public PropertyAssembly structure # 20511.  
    Public PropertyAssembly variant # 20512.  
    Public PropertyPart allocation # 20491.  
    Public PropertyUsed drilling pattern: Name # 40340.  
    Public PropertyNumber of units / quantity # 20482.  
    Public PropertyNumber of units / quantity (unplaced) # 20484.  
    Public PropertyNumber of units / quantity (unplaced, 3D) # 20509.  
    Public PropertyNumber of units / quantity (placed) # 20483.  
    Public PropertyTrade of part reference # 40343.  
    Public PropertyFunction group # 20489.  
    Public PropertyHarness proD GUID # 40347.  
    Public PropertyDT # 20480.  
    Public PropertyPart is included in a module # 20493.  
    Public PropertyMounting panel # 20485.  
    Public PropertyPart number # 20481.  
    Public PropertyBill of materials group # 22289.  
    Public PropertyRecord type # 20486.  
    Public PropertyPart group # 20490.  
    Public PropertyItem number # 20487.  
    Public PropertyProject part # 20495.  
    Public PropertySubtrade of part reference # 40344.  
    Public PropertySuppress in bill of materials (if filtered) # 20494.  
    Public PropertySorting of part on terminal strip # 40342.  
    Public PropertySafety-related values: Use case in use # 40345.  
    Public PropertySafety-related values: Use case in use (name) # 40346.  
    Public PropertyPart variant # 20488.  
    Public PropertyFunctional assignment # 1320.  
    Public PropertyFunctional assignment: Description # 1350.  
    Public PropertyFunctional assignment with preceding sign # 1340.  
    Public PropertyHigher-level function number # 1720.  
    Public PropertyHigher-level function number: Description # 1750.  
    Public PropertyHigher-level function number with preceding sign # 1740.  
    Public PropertyLocation designation # 1220.  
    Public PropertyLocation designation: Description # 1250.  
    Public PropertyLocation designation with preceding sign # 1240.  
    Public PropertyInstallation site # 1420.  
    Public PropertyInstallation site: Description # 1450.  
    Public PropertyInstallation site with preceding sign # 1440.  
    Public PropertyFunction designation # 1120.  
    Public PropertyFunction designation: Description # 1150.  
    Public PropertyFunction designation with preceding sign # 1140.  
    Public PropertyProduct # 1820.  
    Public PropertyProduct: Description # 1850.  
    Public PropertyProduct with preceding sign # 1840.  
    Public PropertyFunctional assignment (sub-identifier, complete) # 1321.  
    Public PropertyHigher-level function number (sub-identifier, complete) # 1721.  
    Public PropertyLocation designation (sub-identifier, complete) # 1221.  
    Public PropertyInstallation site (sub-identifier, complete) # 1421.  
    Public PropertyFunction designation (sub-identifier, complete) # 1121.  
    Public PropertyProduct (sub-identifier, complete) # 1821.  
    Public PropertyUser-defined structure (sub-identifier, complete) # 1621.  
    Public PropertyUser-defined structure # 1620.  
    Public PropertyUser-defined structure: Description # 1650.  
    Public PropertyUser-defined structure with preceding sign # 1640.  
    Public PropertyFunctional assignment (main identifier) # 1300.  
    Public PropertyFunctional assignment (main identifier): Description # 1330.  
    Public PropertyFunctional assignment (leading identifiers) # 1322.  
    Public PropertyHigher-level function number (main identifier) # 1700.  
    Public PropertyHigher-level function number (main identifier): Description # 1730.  
    Public PropertyHigher-level function number (leading identifiers) # 1722.  
    Public PropertyLocation designation (main identifier) # 1200.  
    Public PropertyLocation designation (main identifier): Description # 1230.  
    Public PropertyLocation designation (leading identifiers) # 1222.  
    Public PropertyInstallation site (main identifier) # 1400.  
    Public PropertyInstallation site (main identifier): Description # 1430.  
    Public PropertyInstallation site (leading identifiers) # 1422.  
    Public PropertyFunction designation (main identifier) # 1100.  
    Public PropertyFunction designation (main identifier): Description # 1130.  
    Public PropertyFunction designation (leading identifiers) # 1122.  
    Public PropertyProduct (main identifier) # 1800.  
    Public PropertyProduct (main identifier): Description # 1830.  
    Public PropertyProduct (leading identifiers) # 1822.  
    Public PropertyFunctional assignment (sub-identifier 1) # 1301.  
    Public PropertyFunctional assignment (sub-identifier 1): Description # 1331.  
    Public PropertyFunctional assignment (sub-identifier 2) # 1302.  
    Public PropertyFunctional assignment (sub-identifier 2): Description # 1332.  
    Public PropertyFunctional assignment (sub-identifier 3) # 1303.  
    Public PropertyFunctional assignment (sub-identifier 3): Description # 1333.  
    Public PropertyFunctional assignment (sub-identifier 4) # 1304.  
    Public PropertyFunctional assignment (sub-identifier 4): Description # 1334.  
    Public PropertyFunctional assignment (sub-identifier 5) # 1305.  
    Public PropertyFunctional assignment (sub-identifier 5): Description # 1335.  
    Public PropertyFunctional assignment (sub-identifier 6) # 1306.  
    Public PropertyFunctional assignment (sub-identifier 6): Description # 1336.  
    Public PropertyFunctional assignment (sub-identifier 7) # 1307.  
    Public PropertyFunctional assignment (sub-identifier 7): Description # 1337.  
    Public PropertyFunctional assignment (sub-identifier 8) # 1308.  
    Public PropertyFunctional assignment (sub-identifier 8): Description # 1338.  
    Public PropertyFunctional assignment (sub-identifier 9) # 1309.  
    Public PropertyFunctional assignment (sub-identifier 9): Description # 1339.  
    Public PropertyLocation designation (sub-identifier 1) # 1201.  
    Public PropertyLocation designation (sub-identifier 1): Description # 1231.  
    Public PropertyLocation designation (sub-identifier 2) # 1202.  
    Public PropertyLocation designation (sub-identifier 2): Description # 1232.  
    Public PropertyLocation designation (sub-identifier 3) # 1203.  
    Public PropertyLocation designation (sub-identifier 3): Description # 1233.  
    Public PropertyLocation designation (sub-identifier 4) # 1204.  
    Public PropertyLocation designation (sub-identifier 4): Description # 1234.  
    Public PropertyLocation designation (sub-identifier 5) # 1205.  
    Public PropertyLocation designation (sub-identifier 5): Description # 1235.  
    Public PropertyLocation designation (sub-identifier 6) # 1206.  
    Public PropertyLocation designation (sub-identifier 6): Description # 1236.  
    Public PropertyLocation designation (sub-identifier 7) # 1207.  
    Public PropertyLocation designation (sub-identifier 7): Description # 1237.  
    Public PropertyLocation designation (sub-identifier 8) # 1208.  
    Public PropertyLocation designation (sub-identifier 8): Description # 1238.  
    Public PropertyLocation designation (sub-identifier 9) # 1209.  
    Public PropertyLocation designation (sub-identifier 9): Description # 1239.  
    Public PropertyInstallation site (sub-identifier 1) # 1401.  
    Public PropertyInstallation site (sub-identifier 1): Description # 1431.  
    Public PropertyInstallation site (sub-identifier 2) # 1402.  
    Public PropertyInstallation site (sub-identifier 2): Description # 1432.  
    Public PropertyInstallation site (sub-identifier 3) # 1403.  
    Public PropertyInstallation site (sub-identifier 3): Description # 1433.  
    Public PropertyInstallation site (sub-identifier 4) # 1404.  
    Public PropertyInstallation site (sub-identifier 4): Description # 1434.  
    Public PropertyInstallation site (sub-identifier 5) # 1405.  
    Public PropertyInstallation site (sub-identifier 5): Description # 1435.  
    Public PropertyInstallation site (sub-identifier 6) # 1406.  
    Public PropertyInstallation site (sub-identifier 6): Description # 1436.  
    Public PropertyInstallation site (sub-identifier 7) # 1407.  
    Public PropertyInstallation site (sub-identifier 7): Description # 1437.  
    Public PropertyInstallation site (sub-identifier 8) # 1408.  
    Public PropertyInstallation site (sub-identifier 8): Description # 1438.  
    Public PropertyInstallation site (sub-identifier 9) # 1409.  
    Public PropertyInstallation site (sub-identifier 9): Description # 1439.  
    Public PropertyFunction designation (sub-identifier 1) # 1101.  
    Public PropertyFunction designation (sub-identifier 1): Description # 1131.  
    Public PropertyFunction designation (sub-identifier 2) # 1102.  
    Public PropertyFunction designation (sub-identifier 2): Description # 1132.  
    Public PropertyFunction designation (sub-identifier 3) # 1103.  
    Public PropertyFunction designation (sub-identifier 3): Description # 1133.  
    Public PropertyFunction designation (sub-identifier 4) # 1104.  
    Public PropertyFunction designation (sub-identifier 4): Description # 1134.  
    Public PropertyFunction designation (sub-identifier 5) # 1105.  
    Public PropertyFunction designation (sub-identifier 5): Description # 1135.  
    Public PropertyFunction designation (sub-identifier 6) # 1106.  
    Public PropertyFunction designation (sub-identifier 6): Description # 1136.  
    Public PropertyFunction designation (sub-identifier 7) # 1107.  
    Public PropertyFunction designation (sub-identifier 7): Description # 1137.  
    Public PropertyFunction designation (sub-identifier 8) # 1108.  
    Public PropertyFunction designation (sub-identifier 8): Description # 1138.  
    Public PropertyFunction designation (sub-identifier 9) # 1109.  
    Public PropertyFunction designation (sub-identifier 9): Description # 1139.  
    Public PropertyProduct (sub-identifier 1) # 1801.  
    Public PropertyProduct (sub-identifier 1): Description # 1831.  
    Public PropertyProduct (sub-identifier 2) # 1802.  
    Public PropertyProduct (sub-identifier 2): Description # 1832.  
    Public PropertyProduct (sub-identifier 3) # 1803.  
    Public PropertyProduct (sub-identifier 3): Description # 1833.  
    Public PropertyProduct (sub-identifier 4) # 1804.  
    Public PropertyProduct (sub-identifier 4): Description # 1834.  
    Public PropertyProduct (sub-identifier 5) # 1805.  
    Public PropertyProduct (sub-identifier 5): Description # 1835.  
    Public PropertyProduct (sub-identifier 6) # 1806.  
    Public PropertyProduct (sub-identifier 6): Description # 1836.  
    Public PropertyProduct (sub-identifier 7) # 1807.  
    Public PropertyProduct (sub-identifier 7): Description # 1837.  
    Public PropertyProduct (sub-identifier 8) # 1808.  
    Public PropertyProduct (sub-identifier 8): Description # 1838.  
    Public PropertyProduct (sub-identifier 9) # 1809.  
    Public PropertyProduct (sub-identifier 9): Description # 1839.  
    Public PropertyUser-defined structure (main identifier) # 1600.  
    Public PropertyUser-defined structure (main identifier): Description # 1630.  
    Public PropertyUser-defined structure (leading identifiers) # 1622.  
    Public PropertyUser-defined structure (sub-identifier 1) # 1601.  
    Public PropertyUser-defined structure (sub-identifier 1): Description # 1631.  
    Public PropertyUser-defined structure (sub-identifier 2) # 1602.  
    Public PropertyUser-defined structure (sub-identifier 2): Description # 1632.  
    Public PropertyUser-defined structure (sub-identifier 3) # 1603.  
    Public PropertyUser-defined structure (sub-identifier 3): Description # 1633.  
    Public PropertyUser-defined structure (sub-identifier 4) # 1604.  
    Public PropertyUser-defined structure (sub-identifier 4): Description # 1634.  
    Public PropertyUser-defined structure (sub-identifier 5) # 1605.  
    Public PropertyUser-defined structure (sub-identifier 5): Description # 1635.  
    Public PropertyUser-defined structure (sub-identifier 6) # 1606.  
    Public PropertyUser-defined structure (sub-identifier 6): Description # 1636.  
    Public PropertyUser-defined structure (sub-identifier 7) # 1607.  
    Public PropertyUser-defined structure (sub-identifier 7): Description # 1637.  
    Public PropertyUser-defined structure (sub-identifier 8) # 1608.  
    Public PropertyUser-defined structure (sub-identifier 8): Description # 1638.  
    Public PropertyUser-defined structure (sub-identifier 9) # 1609.  
    Public PropertyUser-defined structure (sub-identifier 9): Description # 1639.  
    Public PropertyTrade (Defined working sections) # 25000.  
    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 PropertyLegend item # 20450.  
    Public PropertyFunction definition (of main function) # 20461.  
    Public PropertyFunction text (of main function) # 20463.  
    Public PropertyTechnical characteristics (of main function) # 20460.  
    Public PropertyHandle from macro: X coordinate # 20340.  
    Public PropertyHandle from macro: Y coordinate # 20341.  
    Public PropertyX coordinate Handle # 20208.  
    Public PropertyY coordinate Handle # 20209.  
    Public PropertyLayout space name (of the part placement) # 20261.  
    Public PropertyLayout space description # 20235.  
    Public PropertyMounting panel (identifying) # 20465.  
    Public PropertyMounting site (of mounting panel) # 20462.  
    Public PropertyX extension of part # 20458.  
    Public PropertyY extension of part # 20459.  
    Public PropertyAngle # 20451.  
    Public PropertyUse handle from macro # 20339.  
    Public PropertyCable assignment diagram form # 20092.  
    Public PropertyCircuit number # 20317.  
    Public PropertyDT: Identifier # 20013.  
    Public PropertyItem number # 20318.  
    Public PropertyFunction definition # 20026.  
    Public PropertyDT: Counter # 20014.  
    Public PropertyTrade # 20466.  
    Public PropertyMedia code # 20316.  
    Public PropertyDT (full, without project structures) # 20009.  
    Public PropertyDT (full, without project structures, with preceding sign) # 20213.  
    Public PropertyName (without project structures) # 20058.  
    Public PropertyName (without project structures, with preceding sign) # 20214.  
    Public PropertyDT (superior, without project structures) # 20003.  
    Public PropertyDT (superior, without project structures, with preceding sign) # 20211.  
    Public PropertySuperior product aspect incl. name supplement # 20335.  
    Public PropertyDT (subordinate, without project structures) # 20004.  
    Public PropertyDT (subordinate, without project structures, with preceding sign) # 20212.  
    Public PropertySubordinate product aspect incl. name supplement # 20336.  
    Public PropertyDT: Column # 20152.  
    Public PropertyDT: Application # 20155.  
    Public PropertyDT: Page # 20150.  
    Public PropertyDT: Subpage # 20151.  
    Public PropertyDT: Row # 20153.  
    Public PropertyDT: Section # 20154.  
    Public PropertyDT: Supplementary field 1 # 20156.  
    Public PropertyDT: Supplementary field 2 # 20157.  
    Public PropertyDT: Supplementary field 3 # 20158.  
    Public PropertyDT: Supplementary field 4 # 20159.  
    Public PropertyDT: Supplementary field 5 # 20160.  
    Public PropertyDT (subordinate): Column # 20172.  
    Public PropertyDT (subordinate): Application # 20175.  
    Public PropertyDT (subordinate): Page # 20170.  
    Public PropertyDT (subordinate): Subpage # 20171.  
    Public PropertyDT (subordinate): Row # 20173.  
    Public PropertyDT (subordinate): Section # 20174.  
    Public PropertyDT (subordinate): Supplementary field 1 # 20176.  
    Public PropertyDT (subordinate): Supplementary field 2 # 20177.  
    Public PropertyDT (subordinate): Supplementary field 3 # 20178.  
    Public PropertyDT (subordinate): Supplementary field 4 # 20179.  
    Public PropertyDT (subordinate): Supplementary field 5 # 20180.  
    Public PropertyName (full) # 20001.  
    Public PropertyEngraving text # 20025.  
    Public PropertyDT (identifying) # 20005.  
    Public PropertyFunction exists with 'Multi-line' representation type # 20470.  
    Public PropertyFunction exists with 'Overview' representation type # 20473.  
    Public PropertyFunction exists with 'Pair cross-reference' representation type # 20472.  
    Public PropertyFunction exists with 'P&I diagram' representation type # 20474.  
    Public PropertyFunction exists with 'Single-line' representation type # 20471.  
    Public PropertyDT ID # 20359.  
    Public PropertyMounting site (describing) # 20024.  
    Public PropertyDT (subordinate): Identifier # 20017.  
    Public PropertyDT (subordinate):Counter # 20018.  
    Public PropertyDT (subordinate): Prefix # 20016.  
    Public PropertyDT (subordinate): Subcounter # 20019.  
    Public PropertyDT: Prefix # 20012.  
    Public PropertySubtrade # 20467.  
    Public PropertyDT: Subcounter # 20015.  
    Public PropertyTechnical characteristics # 20027.  
    Public PropertyFunction text (automatic) # 20031.  
    Public PropertyRepresentation type # 20121.  
    Public PropertyMounting site (describing, common) # 36003.  
    Public PropertyCable unit name # 31162.  
    Public PropertyWire harness name # 31143.  
    Public PropertyPlacement # 19007.  
    Public PropertyPage name (full) # 19023.  
    Public PropertyPage name # 19022.  
    Public PropertyColumn number # 19005.  
    Public PropertyRow number # 19006.  
    Public PropertyRepresentation type / report type # 19021.  
    Public PropertyCheck run messages available # 20930.  
    Public PropertyStorableObject to which this property list is connected. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public PropertyOverloaded. Method used by operator[] in order to access indexed properties.  
    Public PropertyOverloaded. Object identification # 2000. (Inherited from Eplan.EplApi.DataModel.StorableObjectPropertyList)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Copies properties to other property list. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public MethodDestructor for deterministic finalization of ArticleReferencePropertyList 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