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

In This Topic
    ConnectionPropertyList Class
    In This Topic
    This class represents a collection of properties of Connection class. Please also check the base classes for other properties that are available for Connection objects: StorableObjectPropertyList
    Inheritance Hierarchy
    Syntax
    [DefaultMember("Property")]
    public class ConnectionPropertyList : StorableObjectPropertyList 
    [DefaultMember("Property")]
    public ref class ConnectionPropertyList : 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 PropertyMaterial # 22081.  
    Public PropertyMaterial selection list # 26656.  
    Public PropertyStandard # 22227.  
    Public PropertyPipe class # 22224.  
    Public PropertyNominal pressure level # 22226.  
    Public PropertyNominal size # 22225.  
    Public PropertyAutomationML GUID # 25030.  
    Public PropertyTopology: Routing path types # 20344.  
    Public PropertyTopology: Routing track # 20237.  
    Public PropertyTopology: Structure # 20245.  
    Public PropertyManually set # 31046.  
    Public PropertyAutoconnecting line: Color # 31005.  
    Public PropertyAutoconnecting line: Pattern length # 31018.  
    Public PropertyAutoconnecting line: Layer # 31017.  
    Public PropertyAutoconnecting line: Line type # 31015.  
    Public PropertyAutoconnecting line: Line thickness # 31016.  
    Public PropertyAlternative connection cross-section / diameter # 31025.  
    Public PropertyUnit for alternative connection cross-section / diameter # 31065.  
    Public PropertyAlternative connection cross-section / diameter with unit # 31064.  
    Public PropertyUnit for connection cross-section / diameter (automatic) # 31060.  
    Public PropertyBundle group # 31093.  
    Public PropertyPair index # 31050.  
    Public PropertyShielded by # 31049.  
    Public PropertyTopology: Connection splicers passed through (sorted) # 31137.  
    Public PropertyTopology: Distance between connection splicers and source # 31138.  
    Public PropertyTopology: Routing track specification # 31119.  
    Public PropertyConnection index # 31078.  
    Public PropertyDaisy chain index # 31077.  
    Public PropertyConnection description # 31009.  
    Public PropertyConnection designation # 31011.  
    Public PropertyConnection: Connection point length target # 31083.  
    Public PropertyTarget # 31020.  
    Public PropertyObject identification: Target # 31161.  
    Public PropertyConnection splicers passed through # 31136.  
    Public PropertyDual sleeve prescribed at 2 targets at the target # 31099.  
    Public PropertyDual sleeve prescribed at 2 targets at the source # 31098.  
    Public PropertyRouted mechanical feedthroughs # 31164.  
    Public PropertyFlow # 31085.  
    Public PropertyFunctional assignment (automatic) # 31105.  
    Public PropertyHigher-level function number (automatic) # 31111.  
    Public PropertyLocation designation (automatic) # 31103.  
    Public PropertyInstallation site (automatic) # 31107.  
    Public PropertyFunction designation (automatic) # 31101.  
    Public PropertyProduct (automatic) # 31134.  
    Public PropertyUser-defined structure (automatic) # 31109.  
    Public PropertyFunctional assignment: Main identifier (automatic) # 31106.  
    Public PropertyGrouping # 31069.  
    Public PropertyConnection definition point exists # 31089.  
    Public PropertyConnection splicers exist # 31139.  
    Public PropertyMechanical feedthroughs available # 31165.  
    Public PropertyHigher-level function number: Main identifier (automatic) # 31112.  
    Public PropertyCable connection # 31058.  
    Public PropertyConduit connection # 31086.  
    Public PropertyPhase busbar connection # 31135.  
    Public PropertyLine # 31146.  
    Public PropertyConnection: Association # 31142.  
    Public PropertyLocation designation: Main identifier (automatic) # 31104.  
    Public PropertyTarget: Placement # 31022.  
    Public PropertySource: Placement # 31021.  
    Public PropertySubstance # 31068.  
    Public PropertyConnection: Color (multilingual) # 31061.  
    Public PropertyNet index # 31076.  
    Public PropertyTarget: Target number # 31024.  
    Public PropertySource: Target number # 31023.  
    Public PropertyName of page containing connection # 31026.  
    Public PropertyPiping name # 31157.  
    Public PropertyInstallation site: Main identifier (automatic) # 31108.  
    Public PropertyFunction designation: Main identifier (automatic) # 31102.  
    Public PropertyPressure # 31082.  
    Public PropertyProduct: Main identifier (automatic) # 31133.  
    Public PropertyProtected routing # 31113.  
    Public PropertyRouting track target: X coordinate # 31151.  
    Public PropertyRouting track target: Y coordinate # 31152.  
    Public PropertyRouting track target: Z coordinate # 31153.  
    Public PropertyRouting track source: X coordinate # 31148.  
    Public PropertyRouting track source: Y coordinate # 31149.  
    Public PropertyRouting track source: Z coordinate # 31150.  
    Public PropertyRouting direction target # 31115.  
    Public PropertyRouting direction source # 31114.  
    Public PropertySaddle jumper slot # 31163.  
    Public PropertyTarget: Sleeve cross-section # 31054.  
    Public PropertySource: Sleeve cross-section # 31053.  
    Public PropertySource # 31019.  
    Public PropertyConnection: Connection point length source # 31080.  
    Public PropertyObject identification: Source # 31160.  
    Public PropertyState (substance) # 31081.  
    Public PropertyStripping length target # 31056.  
    Public PropertyStripping length source # 31055.  
    Public PropertyExchange source and target # 31013.  
    Public PropertyInternal / External index: Target # 31141.  
    Public PropertyInternal / External index: Source # 31140.  
    Public PropertyTemperature # 31084.  
    Public PropertyConnection: Associated terminal connection point (connection point designation) # 31118.  
    Public PropertyConnection dimension target # 31097.  
    Public PropertyConnection dimension source # 31096.  
    Public PropertyType of administration # 31075.  
    Public PropertyWire termination processing target # 31052.  
    Public PropertyWire termination processing source # 31051.  
    Public PropertyUser-defined structure: Main identifier (automatic) # 31110.  
    Public PropertyBundle # 31092.  
    Public PropertyConnection: Cross-section / diameter # 31002.  
    Public PropertyUnit for connection cross-section / diameter # 31059.  
    Public PropertyConnection: Cross-section / diameter with unit # 31007.  
    Public PropertyConnection: Length with unit # 31003.  
    Public PropertyConnection: Length (full) # 31090.  
    Public PropertyConnection: Unit of length # 31001.  
    Public PropertyConnection: Length # 31000.  
    Public PropertyConnection color / number # 31004.  
    Public PropertyConnection: Type designation # 31048.  
    Public PropertyLayout space: Routing track # 31095.  
    Public PropertyLayout space: Routing track specification # 31094.  
    Public PropertyLayout space: Specification for entry into routing path network (target) # 31116.  
    Public PropertyLayout space: Specification for entry into routing path network (source) # 31100.  
    Public PropertyPressure line / control line # 31057.  
    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 PropertyAdditional identifying name element # 20032.  
    Public PropertyReception volume # 26224.  
    Public PropertyDynamic viscosity: Accuracy # 26363.  
    Public PropertyActual volume flow: Accuracy # 26361.  
    Public PropertyActive power # 26642.  
    Public PropertyActive power loss # 26622.  
    Public PropertyActive power (general power supply), max. # 26644.  
    Public PropertyActive power (emergency power system), max. # 26646.  
    Public PropertyActive power (uninterruptible power supply), max. # 26648.  
    Public PropertyActual power (hydraulic) # 26382.  
    Public PropertyActual power (hydraulic), max. # 26384.  
    Public PropertyActual power (hydraulic), min. # 26386.  
    Public PropertyActual power (pneumatic) # 26388.  
    Public PropertyActual power (pneumatic), max. # 26390.  
    Public PropertyActual power (pneumatic), min. # 26392.  
    Public PropertySupplementary field Yes / No # 20916.  
    Public PropertySuppl. field: Text # 20915.  
    Public PropertyAutomationML GUID (accessories) # 20399.  
    Public PropertyApparent power # 26550.  
    Public PropertyOperating area: Cable # 26288.  
    Public PropertyConnecting cable: Application area # 26209.  
    Public PropertyAssembly # 20905.  
    Public PropertyAssembly structure # 20922.  
    Public PropertyAssembly variant # 20923.  
    Public PropertyPart allocation # 20904.  
    Public PropertyBACnet # 26228.  
    Public PropertyCable entry into device # 26396.  
    Public PropertyCable length, routed # 26398.  
    Public PropertyCable length, max. # 26399.  
    Public PropertyCable: Voltage level # 26401.  
    Public PropertyMeasuring transducer: Line connection (cable / pipe) # 26203.  
    Public PropertyCable reel # 26394.  
    Public PropertyVolume capacity # 26323.  
    Public PropertyBACnet: Character set acc. to BACnet specification # 26652.  
    Public PropertyCharacteristic curve # 26404.  
    Public PropertyPower circuit breaker - test available # 26434.  
    Public PropertyClimate class # 26408.  
    Public PropertyClosing pressure # 26552.  
    Public PropertyCO2 emission # 26246.  
    Public PropertyRetention volume # 26222.  
    Public PropertyConnectable cable type # 31179.  
    Public PropertyConnecting cable: Length # 26207.  
    Public PropertyConnection point type # 26205.  
    Public PropertyPlug-in connector housing (connection 1) # 26580.  
    Public PropertyPlug-in connector housing (connection 2) # 26582.  
    Public PropertyUsed drilling pattern # 20284.  
    Public PropertyNumber of units / quantity # 20102.  
    Public PropertyCurrent consumption # 26596.  
    Public PropertyCurrent consumption, max. # 26598.  
    Public PropertyPart: Designation 1 # 20193.  
    Public PropertyPart: Designation 2 # 20194.  
    Public PropertyPart: Designation 3 # 20203.  
    Public PropertyBACnet: Device profile according to BACnet specification # 26369.  
    Public PropertyDuty cycle # 26294.  
    Public PropertyEffective delivery amount # 26272.  
    Public PropertyEfficiency # 26650.  
    Public PropertyDynamic viscosity range: End value # 26300.  
    Public PropertyEnergy efficiency class # 26302.  
    Public PropertyEnergy efficiency class CN # 26306.  
    Public PropertyEnergy efficiency class (motor) # 26304.  
    Public PropertyEnergy efficiency class US # 26308.  
    Public PropertyERP / PDM number 1 # 31117.  
    Public PropertyERP / PDM number 10 # 31175.  
    Public PropertyERP / PDM number 2 # 31167.  
    Public PropertyERP / PDM number 3 # 31168.  
    Public PropertyERP / PDM number 4 # 31169.  
    Public PropertyERP / PDM number 5 # 31170.  
    Public PropertyERP / PDM number 6 # 31171.  
    Public PropertyERP / PDM number 7 # 31172.  
    Public PropertyERP / PDM number 8 # 31173.  
    Public PropertyERP / PDM number 9 # 31174.  
    Public PropertyPart: External document 1 # 20190.  
    Public PropertyPart: External document 10 # 20269.  
    Public PropertyPart: External document 11 # 20270.  
    Public PropertyPart: External document 12 # 20271.  
    Public PropertyPart: External document 13 # 20272.  
    Public PropertyPart: External document 14 # 20273.  
    Public PropertyPart: External document 15 # 20274.  
    Public PropertyPart: External document 16 # 20275.  
    Public PropertyPart: External document 17 # 20276.  
    Public PropertyPart: External document 18 # 20277.  
    Public PropertyPart: External document 19 # 20278.  
    Public PropertyPart: External document 2 # 20191.  
    Public PropertyPart: External document 20 # 20279.  
    Public PropertyPart: External document 3 # 20192.  
    Public PropertyPart: External document 4 # 20263.  
    Public PropertyPart: External document 5 # 20264.  
    Public PropertyPart: External document 6 # 20265.  
    Public PropertyPart: External document 7 # 20266.  
    Public PropertyPart: External document 8 # 20267.  
    Public PropertyPart: External document 9 # 20268.  
    Public PropertyExternal placement # 20917.  
    Public PropertyBlower air flow # 26354.  
    Public PropertyFill capacity # 26345.  
    Public PropertyFill volume # 26347.  
    Public PropertyFire protection properties # 26244.  
    Public PropertyMounting length: Protective tube # 26278.  
    Public PropertyFlow direction: Operating flow direction # 26268.  
    Public PropertyFlow rate # 26266.  
    Public PropertyFlow rate (operating / standard volume flow) # 26264.  
    Public PropertyFrequency # 26335.  
    Public PropertyFrequency range # 26343.  
    Public PropertyFrequency range, max. # 26331.  
    Public PropertyFrequency range, min. # 26333.  
    Public PropertyFrequency (signal processing) # 26337.  
    Public PropertyFrequency (signal processing), set # 26339.  
    Public PropertyFunction group # 20902.  
    Public PropertyFunction in rest position # 26349.  
    Public PropertyHarness proD GUID # 20358.  
    Public PropertyDynamic viscosity range: Start value # 26189.  
    Public PropertyFrequency (input voltage) # 26341.  
    Public PropertyInput flow rate # 26280.  
    Public PropertyInrush current # 26296.  
    Public PropertyMounting length # 26276.  
    Public PropertyIntake capacity # 26195.  
    Public PropertyIntake volume # 26197.  
    Public PropertyIntake flow rate, min. # 26201.  
    Public PropertyIdentification # 26406.  
    Public PropertyLength, max. # 26414.  
    Public PropertyLength, min. # 26416.  
    Public PropertyService time # 20909.  
    Public PropertyOperating location # 26292.  
    Public PropertyBill of quantities: Identifier # 26439.  
    Public PropertyLubrication / maintenance # 20912.  
    Public PropertyMaintenance cycle # 26638.  
    Public PropertyMaintenance interval # 26636.  
    Public PropertyManufacturer # 20921.  
    Public PropertyMass # 26441.  
    Public PropertyMass moment of inertia of the load # 26444.  
    Public PropertyPower consumption, max. # 26420.  
    Public PropertyNominal current, max. # 26501.  
    Public PropertyNominal power (in kW), max. # 26479.  
    Public PropertyMeasurand # 26461.  
    Public PropertyMeasurement accuracy # 26459.  
    Public PropertyMounting configuration # 26274.  
    Public PropertyPart: Mounting surface # 20918.  
    Public PropertyNominal current # 26312.  
    Public PropertyMotor nominal power # 26463.  
    Public PropertyNominal power consumption # 26483.  
    Public PropertyNominal power requirement # 26485.  
    Public PropertyNominal pressure # 26471.  
    Public PropertyPressure range # 26473.  
    Public PropertyNominal pressure series # 26310.  
    Public PropertyNominal flow rate # 26507.  
    Public PropertyNominal flow rate (intake side) # 26509.  
    Public PropertyNominal flow rate (compressed air) # 26511.  
    Public PropertyNominal size / diameter # 26513.  
    Public PropertyNominal size / connection size # 26515.  
    Public PropertyPart description # 31014.  
    Public PropertyBACnet: Number of I/O objects # 26213.  
    Public PropertyBACnet: Number of hardware interfaces # 26215.  
    Public PropertyNumber of inputs # 26217.  
    Public PropertyNumber of outputs # 31177.  
    Public PropertyOpening pressure # 26523.  
    Public PropertyOperating temperature # 26238.  
    Public PropertyOperating temperature, max. # 26240.  
    Public PropertyOperating temperature, min. # 26242.  
    Public PropertyOrder number # 20919.  
    Public PropertyOutput speed, max. # 26184.  
    Public PropertyOutput speed, min. # 26186.  
    Public PropertyOverload capability: Overcurrent # 26620.  
    Public PropertySubset / length # 31008.  
    Public PropertySubset / length (full) # 31091.  
    Public PropertySubset / length in unit of project # 31040.  
    Public PropertyUnit for subset / length # 31012.  
    Public PropertySubset / length: Value # 31010.  
    Public PropertySubset / length with unit of project # 31043.  
    Public PropertyPart number # 20100.  
    Public PropertyRecord type # 20103.  
    Public PropertyPerformance description, standardized: Description (device, utility, service) # 26426.  
    Public PropertyPart group # 20903.  
    Public PropertyPlug-in connector (connection 1) # 26576.  
    Public PropertyPlug-in connector (connection 2) # 26578.  
    Public PropertyPerformance description, standardized: Item keyword (device, utility, service) # 26537.  
    Public PropertyItem number (manufacturer) # 26535.  
    Public PropertyPerformance description, standardized: Item number (device, utility, service) # 26533.  
    Public PropertyItem number # 20464.  
    Public PropertyPossible uses # 26290.  
    Public PropertyPower consumption # 26418.  
    Public PropertyPerformance description (item, device) # 26428.  
    Public PropertyPerformance description, standardized: Performance group item number # 26432.  
    Public PropertyPower requirement, max. # 26422.  
    Public PropertyPower requirement, min. # 26424.  
    Public PropertyPressure level # 26260.  
    Public PropertyBACnet: Product function # 26539.  
    Public PropertyDegree of protection (IP) # 26554.  
    Public PropertyDegree of protection (IP): Front side # 26560.  
    Public PropertyDegree of protection (IP): Mounted # 26562.  
    Public PropertyDegree of protection (IP): Evaluation electronics # 26556.  
    Public PropertyDegree of protection (IP): Measuring head # 26558.  
    Public PropertyDegree of protection (IP): Rear side # 26564.  
    Public PropertyProtection type class (motor) # 26566.  
    Public PropertyBACnet: Protocol # 26541.  
    Public PropertyProvision of cable # 26233.  
    Public PropertyProvision of cable gland # 26231.  
    Public PropertyTransport capacity # 26325.  
    Public PropertyTransport capacity of the operating fluid # 26327.  
    Public PropertyTransport volume # 26329.  
    Public PropertyQuantity / subset in unit of project # 31044.  
    Public PropertyOperating area # 26286.  
    Public PropertyRated apparent power # 26235.  
    Public PropertyNominal current consumption # 26505.  
    Public PropertyNominal current, min. # 26503.  
    Public PropertyNominal drive torque # 26467.  
    Public PropertyNominal output torque # 26465.  
    Public PropertyNominal power # 26475.  
    Public PropertyNominal power (in kW), min. # 26481.  
    Public PropertyNominal rotation speed # 26469.  
    Public PropertyNominal voltage # 26487.  
    Public PropertyNominal voltage (AC) # 26491.  
    Public PropertyNominal voltage (AC 50 Hz) # 26489.  
    Public PropertyNominal voltage (DC) # 26493.  
    Public PropertyNominal voltage (control circuit) # 26497.  
    Public PropertyNominal voltage (load circuit) # 26495.  
    Public PropertyReplacement part: Original part # 26319.  
    Public PropertyStart-up time # 26314.  
    Public PropertyPressure level of secondary housing # 26262.  
    Public PropertyPerformance unit (bill of quantities) # 26430.  
    Public PropertySetpoint # 26568.  
    Public PropertyShock load # 26585.  
    Public PropertySpare part # 20907.  
    Public PropertyDrive torque (specified), max. # 26571.  
    Public PropertyDrive torque (specified), min. # 26573.  
    Public PropertyRotation speed, max. # 26256.  
    Public PropertyRotation speed, min. # 26258.  
    Public PropertyBACnet: Standard # 26517.  
    Public PropertySwitch-on time # 26193.  
    Public PropertyStarting current, max. # 26191.  
    Public PropertyStorage, transport and packaging (requirement) # 26410.  
    Public PropertyStress # 20910.  
    Public PropertyJacket (cable) stripping length # 31176.  
    Public PropertyIntake flow rate, max. # 26199.  
    Public PropertySuitable as monitoring device # 26356.  
    Public PropertySuitable for cable diameter # 26351.  
    Public PropertySuitable for degree of protection (IP) # 26359.  
    Public PropertySupplier # 20920.  
    Public PropertySupplier batch number # 26436.  
    Public PropertySupply voltage range # 26624.  
    Public PropertySuppress in bill of materials (if filtered) # 20105.  
    Public PropertySwitching capacity # 26546.  
    Public PropertyTemperature (medium), max. # 26610.  
    Public PropertyTemperature (medium), min. # 26612.  
    Public PropertyTemperature, max. # 26608.  
    Public PropertyTemperature, min. # 26614.  
    Public PropertyTemperature range (medium), max. # 26616.  
    Public PropertyTemperature range (medium), min. # 26618.  
    Public PropertyThroughput # 26270.  
    Public PropertyTorque # 26248.  
    Public PropertyTorque (at max. rotation speed) # 26250.  
    Public PropertyTorque (at min. rotation speed) # 26252.  
    Public PropertyTorque, max. # 26254.  
    Public PropertyBACnet: Total number of objects # 26211.  
    Public PropertyType of flow # 26220.  
    Public PropertyCircuit type # 26548.  
    Public PropertyOperating mode # 26284.  
    Public PropertyUnit # 26282.  
    Public PropertyDevice class # 26367.  
    Public PropertyType of construction: Device # 26365.  
    Public PropertyProcess pressure (absolute pressure), max. # 26519.  
    Public PropertyProcess pressure (overpressure), max. # 26521.  
    Public PropertyProcurement # 20911.  
    Public PropertyUsage for labeling type # 26626.  
    Public PropertySafety-related values: Use case in use # 20307.  
    Public PropertyPart variant # 20101.  
    Public PropertyDesign as maintenance / repair switch # 31178.  
    Public PropertyViscosity # 26628.  
    Public PropertyViscosity class (acc. to DIN 51519) # 26632.  
    Public PropertyViscosity index (acc. to DIN ISO 2909) # 26630.  
    Public PropertyFlow rate # 26634.  
    Public PropertyWearing part # 20908.  
    Public PropertyWeight (part) # 26371.  
    Public PropertyWeight (in kg/1000 m) # 26375.  
    Public PropertyWeight (individual packaging) # 26377.  
    Public PropertyWeight (packaging) # 26379.  
    Public PropertyTotal weight (part) # 26373.  
    Public PropertyBill of materials group # 20924.  
    Public PropertyBlock property # 20201.  
    Public PropertyCable name includes source / target # 20069.  
    Public PropertyCan have parts data # 20612.  
    Public PropertyFunction definition: Category # 20115.  
    Public PropertyFunction definition: Category / Group / Definition # 20188.  
    Public PropertyFunction definition: Area # 20088.  
    Public PropertyCircuit number # 20317.  
    Public PropertyDT: Identifier # 20013.  
    Public PropertyRemark # 20045.  
    Public PropertyItem number # 20318.  
    Public PropertyFunction definition # 20026.  
    Public PropertyName of target connection point # 20077.  
    Public PropertyDT: Counter # 20014.  
    Public PropertyTrade # 20466.  
    Public PropertyMedia code # 20316.  
    Public PropertyFunction definition: Description # 20117.  
    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 (project structures only) # 20020.  
    Public PropertyDevice group # 20294.  
    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 PropertyDevice protection # 20475.  
    Public PropertyName of target connection point (full) # 20048.  
    Public PropertyDT (full) # 20006.  
    Public PropertyName (full) # 20001.  
    Public PropertyEngraving text # 20025.  
    Public PropertyFunction definition: Group # 20116.  
    Public PropertyDT (identifying) # 20005.  
    Public PropertyIdentifying DT elements # 20096.  
    Public PropertyDT (identifying, without project structures) # 20008.  
    Public PropertyDT (identifying, without project structures, with preceding sign) # 20215.  
    Public PropertyName (identifying) # 20000.  
    Public PropertyIdentifying name elements # 20095.  
    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 PropertyMacro # 20468.  
    Public PropertyDT ID # 20359.  
    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 PropertyNumber of functions # 20110.  
    Public PropertySubtrade # 20467.  
    Public PropertyDT: Subcounter # 20015.  
    Public PropertySupplementary field # 20901.  
    Public PropertyRepresentation type # 20121.  
    Public PropertyType designation of part # 20200.  
    Public PropertyMessage text # 20185.  
    Public PropertyMarked for deletion # 20186.  
    Public PropertyFunction template: Template group (multi-line) # 20429.  
    Public PropertyFunction template: Description # 20389.  
    Public PropertyCable unit name # 31162.  
    Public PropertyWire harness name # 31143.  
    Public PropertyPlacement # 19007.  
    Public PropertyRevision change marker (from property comparison) # 10153.  
    Public PropertyRevision marker (from property comparison) # 10152.  
    Public PropertyRepresentation type / report type # 19021.  
    Public PropertyIntrinsically safe # 31030.  
    Public PropertyCheck run messages available # 20930.  
    Public PropertyStorableObject to which this property list is connected. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public PropertyName of potential # 33000.  
    Public PropertyNet name # 33007.  
    Public PropertySuperior potential # 33001.  
    Public PropertySignal name # 33006.  
    Public PropertyPotential type # 31006.  
    Public PropertyPotential value # 33003.  
    Public PropertyOverloaded. Method used by operator[] in order to access indexed properties.  
    Public PropertyOverloaded. Object identification # 2000. (Inherited from Eplan.EplApi.DataModel.StorableObjectPropertyList)
    Public PropertyBundle: Connection point designation # 19070.  
    Public PropertySubproject number # 25101.  
    Public PropertyChange protection # 3014.  
    Public PropertyChange protection (hierarchical) # 3015.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Copies properties to other property list. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public MethodDestructor for deterministic finalization of ConnectionPropertyList 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