API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class
Members Example

In This Topic
    ArticlePropertyList Class
    In This Topic
    This class represents collection of properties of Article class. Please check also base classes for other properties which are available for Article objects: StorableObjectPropertyList
    Inheritance Hierarchy

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

    Syntax
    [DefaultMember("Property")]
    public class ArticlePropertyList : StorableObjectPropertyList 
    [DefaultMember("Property")]
    public ref class ArticlePropertyList : public StorableObjectPropertyList 
    Remarks
    It uses operator[] in order to access its elements (stored properties).

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

    Example
    Example shows usage of online an offline property list:
    //creation of online property list
    FunctionPropertyList oPropertyListOnline1 = oFunction.Properties;
    oPropertyListOnline1.FUNC_COMMENT = "Comment";
    //now oFunction.Properties.FUNC_COMMENT is equal "Comment"
    
    FunctionPropertyList oPropertyLineOnline2 = new FunctionPropertyList(oFunction);
    oPropertyLineOnline2.FUNC_COMMENT = "Test";
    //now oFunction.Properties.FUNC_COMMENT is equal "Test"
    
    //creation of offline property list
    FunctionPropertyList oPropertyLineOffline = new FunctionPropertyList();
    oPropertyLineOffline.FUNC_COMMENT = "Test comment";
    oFunction.Properties.FUNC_COMMENT = oPropertyLineOffline.FUNC_COMMENT;
    oPropertyLineOffline.FUNC_COMMENT = "Offline comment";
    //now oPropertyLineOffline.FUNC_COMMENT is equal "Test comment"
    
    
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverloaded. EMI model # 22076. This property isn't indexed.  
    Public PropertyOverloaded. Accessory code # 22025. This property isn't indexed.  
    Public PropertyOverloaded. Address range (SIEMENS STEP 7 Classic) # 22106. This property isn't indexed.  
    Public PropertyOverloaded. Address range 2 (SIEMENS STEP 7 Classic) # 22261. This property isn't indexed.  
    Public PropertyOverloaded. Control range # 22125. This property isn't indexed.  
    Public PropertyOverloaded. Control range (full) # 22231. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Plugs: Leading pins # 22102. This property isn't indexed.  
    Public PropertyOverloaded. Plugs: Clearance # 22096. This property isn't indexed.  
    Public PropertyOverloaded. Distributed placement of assembly # 22040. This property isn't indexed.  
    Public PropertyOverloaded. Attributes # 22051.  
    Public PropertyOverloaded. Terminals: AWG from # 22086. This property isn't indexed.  
    Public PropertyOverloaded. Terminals: AWG to # 22087. This property isn't indexed.  
    Public PropertyOverloaded. Busbars: Number of rails # 22201. This property isn't indexed.  
    Public PropertyOverloaded. Busbars: Rail spacing # 22202. This property isn't indexed.  
    Public PropertyOverloaded. Busbars: Profile geometry D x H (only EPLAN Cabinet) # 22200. This property isn't indexed.  
    Public PropertyOverloaded. Busbars: Distance between rails and mounting panel # 22203. This property isn't indexed.  
    Public PropertyOverloaded. Min. bending radius # 22063. This property isn't indexed.  
    Public PropertyOverloaded. Bending radius # 22257. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Base: Depth # 22186. This property isn't indexed.  
    Public PropertyOverloaded. Distance base # 22185. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Base back # 22184. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Base front # 22183. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Base left # 22181. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Base right # 22182. This property isn't indexed.  
    Public PropertyOverloaded. Maximum bundle diameter # 22259. This property isn't indexed.  
    Public PropertyOverloaded. Minimum bundle diameter # 22260. This property isn't indexed.  
    Public PropertyOverloaded. Busbar support: Part number # 22204. This property isn't indexed.  
    Public PropertyOverloaded. Busbar support: Part variant # 22205. This property isn't indexed.  
    Public PropertyOverloaded. Busbars: Part number # 22252. This property isn't indexed.  
    Public PropertyOverloaded. Busbars: Part variant # 22253. This property isn't indexed.  
    Public PropertyOverloaded. Cable / Conduit: Designation in graphic # 22064. This property isn't indexed.  
    Public PropertyOverloaded. Cable assignment diagram form # 22034. This property isn't indexed.  
    Public PropertyOverloaded. Length (prefabricated) # 22055. This property isn't indexed.  
    Public PropertyOverloaded. Cable type / Type designation # 22030. This property isn't indexed.  
    Public PropertyOverloaded. Weight / length # 22067. This property isn't indexed.  
    Public PropertyOverloaded. Number of connections # 22031. This property isn't indexed.  
    Public PropertyOverloaded. Connection: Cross-section / diameter # 22032. This property isn't indexed.  
    Public PropertyOverloaded. Alignable # 22229. This property isn't indexed.  
    Public PropertyOverloaded. Certification: General # 22048. This property isn't indexed.  
    Public PropertyOverloaded. Certification: ATEX identifier # 22270. This property isn't indexed.  
    Public PropertyOverloaded. Certification: CE # 22113. This property isn't indexed.  
    Public PropertyOverloaded. Certification: UL # 22049. This property isn't indexed.  
    Public PropertyOverloaded. Certification: VDE # 22050. This property isn't indexed.  
    Public PropertyOverloaded. Technical characteristics # 22017. This property isn't indexed.  
    Public PropertyOverloaded. Identifier # 22011. This property isn't indexed.  
    Public PropertyOverloaded. Plugs: Coding # 22103. This property isn't indexed.  
    Public PropertyOverloaded. Coil: Voltage # 22218. This property isn't indexed.  
    Public PropertyOverloaded. Color # 22080. This property isn't indexed.  
    Public PropertyOverloaded. Conductivity (at +20 °C) # 22273. This property isn't indexed.  
    Public PropertyOverloaded. Connection point # 22130. This property isn't indexed.  
    Public PropertyOverloaded. Connection: Unit for connection cross-section / diameter # 22255. This property isn't indexed.  
    Public PropertyOverloaded. Connection point cross-section # 22036. This property isn't indexed.  
    Public PropertyOverloaded. Part: Connection point designation # 22039. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Plugs: Connecting technique # 22101. This property isn't indexed.  
    Public PropertyOverloaded. Plugs: Pin arrangement # 22095. This property isn't indexed.  
    Public PropertyOverloaded. Plugs: Pin type # 22099. This property isn't indexed.  
    Public PropertyOverloaded. Copper weight # 22066. This property isn't indexed.  
    Public PropertyOverloaded. Unique external part ID # 22984. This property isn't indexed.  
    Public PropertyOverloaded. Trade 'Cooling' # 22137. This property isn't indexed.  
    Public PropertyOverloaded. Trade 'Cooling lubricant' # 22262. This property isn't indexed.  
    Public PropertyOverloaded. Trade 'Electrical engineering' # 22131. This property isn't indexed.  
    Public PropertyOverloaded. Trade 'Fluid power' # 22132. This property isn't indexed.  
    Public PropertyOverloaded. Trade 'Fluid power (undefined)' # 22264. This property isn't indexed.  
    Public PropertyOverloaded. Trade 'Gas engineering' # 22263. This property isn't indexed.  
    Public PropertyOverloaded. Trade 'Hydraulics' # 22134. This property isn't indexed.  
    Public PropertyOverloaded. Trade 'Lubrication' # 22136. This property isn't indexed.  
    Public PropertyOverloaded. Trade 'Mechanics' # 22133. This property isn't indexed.  
    Public PropertyOverloaded. Trade 'Pneumatics' # 22135. This property isn't indexed.  
    Public PropertyOverloaded. Trade 'Process engineering' # 22000. This property isn't indexed.  
    Public PropertyOverloaded. Plugs: Creepage distance # 22097. This property isn't indexed.  
    Public PropertyOverloaded. Terminals: Cross-section from # 22084. This property isn't indexed.  
    Public PropertyOverloaded. Terminals: Cross-section to # 22085. This property isn't indexed.  
    Public PropertyOverloaded. Terminals: Current CSA # 22092. This property isn't indexed.  
    Public PropertyOverloaded. Terminals: Current IEC # 22088. This property isn't indexed.  
    Public PropertyOverloaded. Terminals: Current UL # 22090. This property isn't indexed.  
    Public PropertyOverloaded. API Parts Management Extension: Name of add-in # 22212.  
    Public PropertyOverloaded. API Parts Management Extension: Value from add-in # 22213.  
    Public PropertyOverloaded. Terminals: Degree of protection # 22082. This property isn't indexed.  
    Public PropertyOverloaded. Delivery length # 22058. This property isn't indexed.  
    Public PropertyOverloaded. Depth # 22014. This property isn't indexed.  
    Public PropertyOverloaded. Part: Designation 1 # 22004. This property isn't indexed.  
    Public PropertyOverloaded. Part: Designation 2 # 22005. This property isn't indexed.  
    Public PropertyOverloaded. Part: Designation 3 # 22006. This property isn't indexed.  
    Public PropertyOverloaded. Plugs: Type of construction # 22100. This property isn't indexed.  
    Public PropertyOverloaded. Break up in summarized parts list # 22292. This property isn't indexed.  
    Public PropertyOverloaded. Discontinued part # 22258. This property isn't indexed.  
    Public PropertyOverloaded. Discount # 22221. This property isn't indexed.  
    Public PropertyOverloaded. Distance of the pinch point # 22287. This property isn't indexed.  
    Public PropertyOverloaded. Door opening: Offset right # 22162. This property isn't indexed.  
    Public PropertyOverloaded. Door opening: Offset top # 22161. This property isn't indexed.  
    Public PropertyOverloaded. Door fold # 22160. This property isn't indexed.  
    Public PropertyOverloaded. Door: Max. mounting depth # 22121. This property isn't indexed.  
    Public PropertyOverloaded. Door: Usable height # 22119. This property isn't indexed.  
    Public PropertyOverloaded. Door: Mounting space # 22079. This property isn't indexed.  
    Public PropertyOverloaded. Door: Wall thickness # 22194. This property isn't indexed.  
    Public PropertyOverloaded. Door: Type # 22192. This property isn't indexed.  
    Public PropertyOverloaded. Door: Usable width # 22120. This property isn't indexed.  
    Public PropertyOverloaded. Texture # 22219. This property isn't indexed.  
    Public PropertyOverloaded. Current # 22071. This property isn't indexed.  
    Public PropertyOverloaded. Switching capacity # 22072. This property isn't indexed.  
    Public PropertyOverloaded. ERP number # 22056. This property isn't indexed.  
    Public PropertyOverloaded. External document # 22210.  
    Public PropertyOverloaded. External document 1 # 22149. This property isn't indexed.  
    Public PropertyOverloaded. External document 10 # 22241. This property isn't indexed.  
    Public PropertyOverloaded. External document 11 # 22242. This property isn't indexed.  
    Public PropertyOverloaded. External document 12 # 22243. This property isn't indexed.  
    Public PropertyOverloaded. External document 13 # 22244. This property isn't indexed.  
    Public PropertyOverloaded. External document 14 # 22245. This property isn't indexed.  
    Public PropertyOverloaded. External document 15 # 22246. This property isn't indexed.  
    Public PropertyOverloaded. External document 16 # 22247. This property isn't indexed.  
    Public PropertyOverloaded. External document 17 # 22248. This property isn't indexed.  
    Public PropertyOverloaded. External document 18 # 22249. This property isn't indexed.  
    Public PropertyOverloaded. External document 19 # 22250. This property isn't indexed.  
    Public PropertyOverloaded. External document 2 # 22150. This property isn't indexed.  
    Public PropertyOverloaded. External document 20 # 22251. This property isn't indexed.  
    Public PropertyOverloaded. External document 3 # 22151. This property isn't indexed.  
    Public PropertyOverloaded. External document 4 # 22235. This property isn't indexed.  
    Public PropertyOverloaded. External document 5 # 22236. This property isn't indexed.  
    Public PropertyOverloaded. External document 6 # 22237. This property isn't indexed.  
    Public PropertyOverloaded. External document 7 # 22238. This property isn't indexed.  
    Public PropertyOverloaded. External document 8 # 22239. This property isn't indexed.  
    Public PropertyOverloaded. External document 9 # 22240. This property isn't indexed.  
    Public PropertyOverloaded. External document: Designation # 22279.  
    Public PropertyOverloaded. External document: File / hyperlink # 22280.  
    Public PropertyOverloaded. External placement # 22220. This property isn't indexed.  
    Public PropertyOverloaded. Version # 22104. This property isn't indexed.  
    Public PropertyOverloaded. Flow # 22126. This property isn't indexed.  
    Public PropertyOverloaded. Flow (full) # 22232. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Fluid / process engineering Wall thickness of the connection # 22275. This property isn't indexed.  
    Public PropertyOverloaded. Free properties: Description # 22146.  
    Public PropertyOverloaded. Free properties: Value and unit (full) # 22234.  
    Public PropertyOverloaded. Free properties: Unit # 22148.  
    Public PropertyOverloaded. Free properties: Value # 22147.  
    Public PropertyOverloaded. Function group # 22026. This property isn't indexed.  
    Public PropertyOverloaded. Group number # 22044. This property isn't indexed.  
    Public PropertyOverloaded. Macro # 22145. This property isn't indexed.  
    Public PropertyOverloaded. Height # 22012. This property isn't indexed.  
    Public PropertyOverloaded. Door: Hinge # 22193. This property isn't indexed.  
    Public PropertyOverloaded. Holding power # 22073. This property isn't indexed.  
    Public PropertyOverloaded. Barcode number # 22208. This property isn't indexed.  
    Public PropertyOverloaded. Barcode type # 22209. This property isn't indexed.  
    Public PropertyOverloaded. Inner diameter # 22128. This property isn't indexed.  
    Public PropertyOverloaded. Busbar support: Vertical offset # 22207. This property isn't indexed.  
    Public PropertyOverloaded. Mounting depth # 22268. This property isn't indexed.  
    Public PropertyOverloaded. Intrinsically safe # 22114. This property isn't indexed.  
    Public PropertyOverloaded. Part is accessory # 22054. This property isn't indexed.  
    Public PropertyOverloaded. Service time # 22142. This property isn't indexed.  
    Public PropertyOverloaded. Graphical macro (incl. directory) # 22010. This property isn't indexed.  
    Public PropertyOverloaded. Graphical macro # 22018. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Lubrication / maintenance # 22141. This property isn't indexed.  
    Public PropertyOverloaded. Manufacturer # 22007. This property isn't indexed.  
    Public PropertyOverloaded. Manufacturer name # 22222. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Material # 22081. This property isn't indexed.  
    Public PropertyOverloaded. Center mismatch # 22215. This property isn't indexed.  
    Public PropertyOverloaded. Distributed placement of module # 22288. This property isn't indexed.  
    Public PropertyOverloaded. Mounting surface # 22022. This property isn't indexed.  
    Public PropertyOverloaded. Space requirement # 22047. This property isn't indexed.  
    Public PropertyOverloaded. Standard # 22227. This property isn't indexed.  
    Public PropertyOverloaded. Description # 22009. This property isn't indexed.  
    Public PropertyOverloaded. Order number # 22003. This property isn't indexed.  
    Public PropertyOverloaded. External diameter # 22065. This property isn't indexed.  
    Public PropertyOverloaded. Purchase price/packaging Currency 1 # 22111. This property isn't indexed.  
    Public PropertyOverloaded. Purchase price/packaging Currency 2 # 22112. This property isn't indexed.  
    Public PropertyOverloaded. Quantity/packaging # 22122. This property isn't indexed.  
    Public PropertyOverloaded. Mounting panel: Max. mounting depth # 22118. This property isn't indexed.  
    Public PropertyOverloaded. Mounting panel: Usable height # 22116. This property isn't indexed.  
    Public PropertyOverloaded. Mounting panel: Mounting space # 22078. This property isn't indexed.  
    Public PropertyOverloaded. Mounting panel: Usable width # 22117. This property isn't indexed.  
    Public PropertyOverloaded. Part number # 22001. This property isn't indexed.  
    Public PropertyOverloaded. Record type # 22023. This property isn't indexed.  
    Public PropertyOverloaded. Number of PE conductors # 22123. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Image file # 22045. This property isn't indexed.  
    Public PropertyOverloaded. Part group # 22027. This property isn't indexed.  
    Public PropertyOverloaded. Plugs: Number of pins # 22035. This property isn't indexed.  
    Public PropertyOverloaded. Pipe class # 22224. This property isn't indexed.  
    Public PropertyOverloaded. Device description: File name # 22037. This property isn't indexed.  
    Public PropertyOverloaded. Device description: Index in file # 22283. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 1: Name # 22293. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 10: Name # 22302. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 11: Name # 22303. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 12: Name # 22304. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 2: Name # 22294. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 3: Name # 22295. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 4: Name # 22296. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 5: Name # 22297. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 6: Name # 22298. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 7: Name # 22299. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 8: Name # 22300. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 9: Name # 22301. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 1: Position (slot / module) # 22305. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 10: Position (slot / module) # 22314. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 11: Position (slot / module) # 22315. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 12: Position (slot / module) # 22316. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 2: Position (slot / module) # 22306. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 3: Position (slot / module) # 22307. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 4: Position (slot / module) # 22308. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 5: Position (slot / module) # 22309. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 6: Position (slot / module) # 22310. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 7: Position (slot / module) # 22311. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 8: Position (slot / module) # 22312. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 9: Position (slot / module) # 22313. This property isn't indexed.  
    Public PropertyOverloaded. PLC device: Data length (inputs) # 20571. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 10: Data length (inputs) # 22323. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 11: Data length (inputs) # 22324. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 12: Data length (inputs) # 22325. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 2: Data length (inputs) # 20572. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 3: Data length (inputs) # 22291. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 4: Data length (inputs) # 22317. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 5: Data length (inputs) # 22318. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 6: Data length (inputs) # 22319. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 7: Data length (inputs) # 22320. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 8: Data length (inputs) # 22321. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 9: Data length (inputs) # 22322. This property isn't indexed.  
    Public PropertyOverloaded. PLC device: Data length (outputs) # 20573. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 10: Data length (outputs) # 22333. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 11: Data length (outputs) # 22334. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 12: Data length (outputs) # 22335. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 2: Data length (outputs) # 20574. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 3: Data length (outputs) # 22326. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 4: Data length (outputs) # 22327. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 5: Data length (outputs) # 22328. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 6: Data length (outputs) # 22329. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 7: Data length (outputs) # 22330. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 8: Data length (outputs) # 22331. This property isn't indexed.  
    Public PropertyOverloaded. PLC subdevice 9: Data length (outputs) # 22332. This property isn't indexed.  
    Public PropertyOverloaded. Bus coupler / head station # 22019. This property isn't indexed.  
    Public PropertyOverloaded. Bus distribution device # 22053. This property isn't indexed.  
    Public PropertyOverloaded. CPU # 22020. This property isn't indexed.  
    Public PropertyOverloaded. PLC card is placed on head station # 22290. This property isn't indexed.  
    Public PropertyOverloaded. Power supply # 22052. This property isn't indexed.  
    Public PropertyOverloaded. Object description # 22038. This property isn't indexed.  
    Public PropertyOverloaded. PLC station type # 22269. This property isn't indexed.  
    Public PropertyOverloaded. PLC type designation # 22105. This property isn't indexed.  
    Public PropertyOverloaded. Max. power dissipation # 22074. This property isn't indexed.  
    Public PropertyOverloaded. Max. working pressure # 22124. This property isn't indexed.  
    Public PropertyOverloaded. Max. working pressure (full) # 22230. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Nominal pressure level # 22226. This property isn't indexed.  
    Public PropertyOverloaded. Price unit # 22043. This property isn't indexed.  
    Public PropertyOverloaded. Product group # 22041. This property isn't indexed.  
    Public PropertyOverloaded. Product subgroup # 22028. This property isn't indexed.  
    Public PropertyOverloaded. Generic product group # 22138. This property isn't indexed.  
    Public PropertyOverloaded. Profile horizontal: Depth # 22188. This property isn't indexed.  
    Public PropertyOverloaded. Adjoining distance # 22191. This property isn't indexed.  
    Public PropertyOverloaded. Profile horizontal: Height # 22187. This property isn't indexed.  
    Public PropertyOverloaded. Purchase price/price unit Currency 1 # 22109. This property isn't indexed.  
    Public PropertyOverloaded. Purchase price/price unit Currency 2 # 22110. This property isn't indexed.  
    Public PropertyOverloaded. Quantity unit # 22042. This property isn't indexed.  
    Public PropertyOverloaded. Rail cross-section # 22271. This property isn't indexed.  
    Public PropertyOverloaded. Rail material # 22272. This property isn't indexed.  
    Public PropertyOverloaded. Distance rear panel # 22173. This property isn't indexed.  
    Public PropertyOverloaded. Rear panel: Depth # 22174. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Rear panel bottom # 22172. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Rear panel left # 22169. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Rear panel right # 22170. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Rear panel top # 22171. This property isn't indexed.  
    Public PropertyOverloaded. Drilling pattern # 22217. This property isn't indexed.  
    Public PropertyOverloaded. Connection point pattern # 22941. This property isn't indexed.  
    Public PropertyOverloaded. Connection point pattern: Offset X-direction # 22277. This property isn't indexed.  
    Public PropertyOverloaded. Connection point pattern: Offset Y-direction # 22278. This property isn't indexed.  
    Public PropertyOverloaded. Identifier for reports # 22214. This property isn't indexed.  
    Public PropertyOverloaded. Symbol for reports # 22228.  
    Public PropertyOverloaded. Sales price Currency 1 # 22107. This property isn't indexed.  
    Public PropertyOverloaded. Sales price Currency 2 # 22108. This property isn't indexed.  
    Public PropertyOverloaded. Short-circuit proof # 22115. This property isn't indexed.  
    Public PropertyOverloaded. Side panel: Depth # 22168. This property isn't indexed.  
    Public PropertyOverloaded. Distance side panel # 22167. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Side panel back # 22164. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Side panel bottom # 22166. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Side panel front # 22163. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Side panel top # 22165. This property isn't indexed.  
    Public PropertyOverloaded. Slot width # 22286. This property isn't indexed.  
    Public PropertyOverloaded. Clip-on height # 22211. This property isn't indexed.  
    Public PropertyOverloaded. Mounting clearance Height: Above # 22154. This property isn't indexed.  
    Public PropertyOverloaded. Mounting clearance Height: Below # 22155. This property isn't indexed.  
    Public PropertyOverloaded. Mounting clearance Depth: Front # 22156. This property isn't indexed.  
    Public PropertyOverloaded. Mounting clearance Width: Left # 22152. This property isn't indexed.  
    Public PropertyOverloaded. Mounting clearance Depth: Rear # 22157. This property isn't indexed.  
    Public PropertyOverloaded. Mounting clearance Width: Right # 22153. This property isn't indexed.  
    Public PropertyOverloaded. Spare part # 22140. This property isn't indexed.  
    Public PropertyOverloaded. Plugs: Standard / inverse # 22098. This property isn't indexed.  
    Public PropertyOverloaded. Stress # 22143. This property isn't indexed.  
    Public PropertyOverloaded. Length of stroke # 22129. This property isn't indexed.  
    Public PropertyOverloaded. Subtrade 'Cooling' # 22196.  
    Public PropertyOverloaded. Subtrade 'Cooling lubricant' # 22265.  
    Public PropertyOverloaded. Subtrade 'Electrical engineering' # 22077.  
    Public PropertyOverloaded. Subtrade 'Fluid power (undefined)' # 22267.  
    Public PropertyOverloaded. Subtrade 'Gas engineering' # 22266.  
    Public PropertyOverloaded. Subtrade 'Hydraulics' # 22158.  
    Public PropertyOverloaded. Subtrade 'Lubrication' # 22195.  
    Public PropertyOverloaded. Subtrade 'Mechanics' # 22094.  
    Public PropertyOverloaded. Subtrade 'Pneumatics' # 22159.  
    Public PropertyOverloaded. Subtrade 'Process engineering' # 22197.  
    Public PropertyOverloaded. Supplier # 22008. This property isn't indexed.  
    Public PropertyOverloaded. Supplier name # 22223. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Finger width # 22285. This property isn't indexed.  
    Public PropertyOverloaded. Temperature coefficient # 22274. This property isn't indexed.  
    Public PropertyOverloaded. Connection dimension target # 22282. This property isn't indexed.  
    Public PropertyOverloaded. Connection dimension source # 22281. This property isn't indexed.  
    Public PropertyOverloaded. Thread # 22127. This property isn't indexed.  
    Public PropertyOverloaded. Distance cover # 22179. This property isn't indexed.  
    Public PropertyOverloaded. Cover: Depth # 22180. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Cover back # 22178. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Cover front # 22177. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Cover left # 22175. This property isn't indexed.  
    Public PropertyOverloaded. Overhang: Cover right # 22176. This property isn't indexed.  
    Public PropertyOverloaded. Tripping current # 22075. This property isn't indexed.  
    Public PropertyOverloaded. Type number # 22002. This property isn't indexed.  
    Public PropertyOverloaded. Unique part ID # 22060. This property isn't indexed.  
    Public PropertyOverloaded. Procurement # 22144. This property isn't indexed.  
    Public PropertyOverloaded. Variant # 22024. This property isn't indexed.  
    Public PropertyOverloaded. Voltage # 22033. This property isn't indexed.  
    Public PropertyOverloaded. Terminals: Voltage CSA # 22093. This property isn't indexed.  
    Public PropertyOverloaded. Terminals: Voltage IEC # 22089. This property isn't indexed.  
    Public PropertyOverloaded. Voltage type # 22070. This property isn't indexed.  
    Public PropertyOverloaded. Terminals: Voltage UL # 22091. This property isn't indexed.  
    Public PropertyOverloaded. Profile vertical: Depth # 22190. This property isn't indexed.  
    Public PropertyOverloaded. Profile vertical: Width # 22189. This property isn't indexed.  
    Public PropertyOverloaded. Wall thickness # 22216. This property isn't indexed.  
    Public PropertyOverloaded. Wearing part # 22139. This property isn't indexed.  
    Public PropertyOverloaded. Weight # 22046. This property isn't indexed.  
    Public PropertyOverloaded. Weight in displayed unit # 22059. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Weight (full) # 22233. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Width # 22013. This property isn't indexed.  
    Public PropertyOverloaded. Width bottom # 22199. This property isn't indexed.  
    Public PropertyOverloaded. Nominal width # 22225. This property isn't indexed.  
    Public PropertyOverloaded. Width top # 22198. This property isn't indexed.  
    Public PropertyOverloaded. No. of connections and cross-section / diameter # 22069. This property isn't indexed.  
    Public PropertyOverloaded. Unit for connection cross-section / diameter # 22068. This property isn't indexed.  
    Public PropertyOverloaded. Connection type # 22254. This property isn't indexed.  
    Public PropertyReturns array of property ids. Returns array of AnyPropertyId objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public PropertyReturns array of PropertyValue objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public PropertyOverloaded. Messages in message management # 20930. This property isn't indexed, and is read-only.  
    Public PropertyStorableObject to which this property list is connected. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public PropertyOverloaded. Creator / Creation date # 22902. This property isn't indexed.  
    Public PropertyOverloaded. Creation date # 22983. This property isn't indexed.  
    Public PropertyOverloaded. Creator # 22982. This property isn't indexed.  
    Public PropertyOverloaded. Last editor / Modification date # 22901. This property isn't indexed.  
    Public PropertyOverloaded. Modification date # 22981. This property isn't indexed.  
    Public PropertyOverloaded. Last editor # 22980. This property isn't indexed.  
    Public PropertyOverloaded. Method used by operator[] in order to access indexed properties.  
    Public PropertyOverloaded. Object identification # 2000. This property isn't indexed, and is read-only. (Inherited from Eplan.EplApi.DataModel.StorableObjectPropertyList)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Copies properties to other property list. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList)
    Public MethodDestructor for deterministic finalization of ArticlePropertyList 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