System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.Planning.SegmentTemplatePropertyList
System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.Planning.SegmentTemplatePropertyList
[DefaultMember("Property")] public class SegmentTemplatePropertyList : Eplan.EplApi.DataModel.StorableObjectPropertyList
[DefaultMember("Property")] public ref class SegmentTemplatePropertyList : public Eplan.EplApi.DataModel.StorableObjectPropertyList
Property list is a container for property values and just like them can be online
or offline
. If property list is online
it means that is associated with properties of some StorableObject or other property list. In this case if any property is added, changed or removed from property list the result is also visible in related objects. Whether property list is online or offline is being determine in time of it's creation and can not be changed.
//creation of online property list FunctionPropertyList oPropertyListOnline1 = oFunction.Properties; oPropertyListOnline1.FUNC_COMMENT = "Comment"; //now oFunction.Properties.FUNC_COMMENT is equal "Comment" FunctionPropertyList oPropertyLineOnline2 = new FunctionPropertyList(oFunction); oPropertyLineOnline2.FUNC_COMMENT = "Test"; //now oFunction.Properties.FUNC_COMMENT is equal "Test" //creation of offline property list FunctionPropertyList oPropertyLineOffline = new FunctionPropertyList(); oPropertyLineOffline.FUNC_COMMENT = "Test comment"; oFunction.Properties.FUNC_COMMENT = oPropertyLineOffline.FUNC_COMMENT; oPropertyLineOffline.FUNC_COMMENT = "Offline comment"; //now oPropertyLineOffline.FUNC_COMMENT is equal "Test comment"
Name | Description | |
---|---|---|
SegmentTemplatePropertyList Constructor | Overloaded. |
Name | Description | |
---|---|---|
DESIGNATION_DOCTYPE_PART | Document type (single component) # 1528. | |
DESIGNATION_FUNCTIONALASSIGNMENT_PART | Functional assignment (single component) # 1328. | |
DESIGNATION_INSTALLATIONNUMBER_PART | Higher-level function number (single component) # 1728. | |
DESIGNATION_LOCATION_PART | Location designation (single component) # 1228. | |
DESIGNATION_PLACEOFINSTALLATION_PART | Installation site (single component) # 1428. | |
DESIGNATION_PLANT_PART | Function designation (single component) # 1128. | |
DESIGNATION_PRODUCT_PART | Product aspect (single component) # 1828. | |
DESIGNATION_USERDEFINED_PART | User-defined structure (single component) # 1628. | |
DMPLAOBJECT_BASEDEFINITIONDISPLAYNAME | Basic segment definition: Displayed name # 44042. | |
DMPLAOBJECT_BASEDEFINITIONNAME | Basic segment definition: Name (identifying) # 44039. | |
DMPLAOBJECT_BUILDINGTIME | Expenditure construction # 44014. | |
DMPLAOBJECT_DEFINITIONDISPLAYNAME | Segment definition: Displayed name # 44041. | |
DMPLAOBJECT_DEFINITIONNAME | Segment definition: Name (identifying) # 44001. | |
DMPLAOBJECT_DESCRIPTION | Description (Segment) # 44005. | |
DMPLAOBJECT_DESIGNATION | Designation # 44004. | |
DMPLAOBJECT_DOCUMENTS | Documents # 44007. | |
DMPLAOBJECT_DOCUMENTS_DESIGNATION | Documents: Designation # 44069. | |
DMPLAOBJECT_DOCUMENTS_URL | Documents: File / hyperlink # 44068. | |
DMPLAOBJECT_FULLDESIGNATION | Designation (full) # 44009. | |
DMPLAOBJECT_GMP_RELEVANT | GMP-relevant # 44061. | |
DMPLAOBJECT_HOOKUP | Hook-up # 44056. | |
DMPLAOBJECT_MACRO | Macro # 44008. | |
DMPLAOBJECT_PCT_FUNCTION | Processing function # 44037. | |
DMPLAOBJECT_PCT_IDENTIFIER | Technical facility # 44035. | |
DMPLAOBJECT_PCT_IMPLEMENTATION | Implementation # 44043. | |
DMPLAOBJECT_PCT_LOCATION | Activation site # 44044. | |
DMPLAOBJECT_PCT_MEASURAND | Measurand # 44036. | |
DMPLAOBJECT_PCT_NUMBER | Number # 44038. | |
DMPLAOBJECT_PIPECLASS | Pipe class # 44072. | |
DMPLAOBJECT_PLAMACRO | Macro for pre-planning and P&I diagram # 44084. | |
DMPLAOBJECT_PLANNING_COMPLETE | Pre-planning finished # 44040. | |
DMPLAOBJECT_PLANNINGTIME | Expenditure planning # 44012. | |
DMPLAOBJECT_PLCADDRESS_ADDRESS | PLC address: Address # 44023. | |
DMPLAOBJECT_PLCADDRESS_CONFIGURATIONPROJECT | PLC address: Configuration project # 44048. | |
DMPLAOBJECT_PLCADDRESS_COUNTER | PLC address: Counter # 44064. | |
DMPLAOBJECT_PLCADDRESS_CPU | PLC address: CPU # 44022. | |
DMPLAOBJECT_PLCADDRESS_DATATYPE | PLC address: Data type # 44021. | |
DMPLAOBJECT_PLCADDRESS_DIRECTION | PLC address: Direction # 44020. | |
DMPLAOBJECT_PLCADDRESS_FUNCTIONTEXT | PLC address: Function text # 44025. | |
DMPLAOBJECT_PLCADDRESS_STATION | PLC address: Workstation # 44047. | |
DMPLAOBJECT_PLCADDRESS_SYMBOLICADDRESS | PLC address: Symbolic address # 44024. | |
DMPLAOBJECT_PLCADDRESS_SYMBOLICADDRESS_GROUP | PLC address: Symbolic address: Group # 44087. | |
DMPLAOBJECT_PLCADDRESS_SYMBOLICADDRESS_PART | PLC address: Symbolic address (single component) # 44052. | |
DMPLAOBJECT_POWER_REQUIREMENT | Power consumption # 44010. | |
DMPLAOBJECT_PRICE | Calculation value # 44018. | |
DMPLAOBJECT_PROGRAMMINGTIME | Expenditure software # 44016. | |
DMPLAOBJECT_QUALITY_RELEVANT | Quality-relevant # 44062. | |
DMPLAOBJECT_SAFETY_RELEVANT | Relevant to safety # 44060. | |
DMPLAOBJECT_SYMBOLICADDRESS_PART | Symbolic address (single component) # 44053. | |
DMPLAOBJECT_TECHNICAL_DESCRIPTION | Technical description # 44006. | |
DMPLAOBJECT_USERPROPERTY_NAME | User-defined property: Name # 44054. | |
DMPLAOBJECT_USERPROPERTY_VALUE | User-defined property: Value # 44055. | |
DMPLASPECIFICATION_DESCRIPTION | Segment template: Description # 44049. | |
DMPLASPECIFICATION_NAME | Segment template: Name (identifying) # 44050. | |
DMPLASPECIFICATION_OBJECT_COUNT | Usage count # 44057. | |
ExistingIds | Returns array of property ids. Returns array of AnyPropertyId objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
ExistingValues | Returns array of PropertyValue objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
FUNC_ARTICLE_ADDITIONAL_BOOLFIELD | Suppl. field: Yes / No # 20916. | |
FUNC_ARTICLE_ADDITIONAL_TEXTFIELD | Suppl. field: Text # 20915. | |
FUNC_ARTICLE_ASSEMBLY | Assembly # 20905. | |
FUNC_ARTICLE_ASSEMBLY_STRUCTURE | Assembly structure # 20922. | |
FUNC_ARTICLE_ASSEMBLYVARIANT | Assembly variant # 20923. | |
FUNC_ARTICLE_ASSIGNMENT | Part allocation # 20904. | |
FUNC_ARTICLE_CONSTRUCTION | Used drilling pattern # 20284. | |
FUNC_ARTICLE_COUNT | Number of units / quantity # 20102. | |
FUNC_ARTICLE_DESCR1 | Part: Designation 1 # 20193. | |
FUNC_ARTICLE_DESCR2 | Part: Designation 2 # 20194. | |
FUNC_ARTICLE_DESCR3 | Part: Designation 3 # 20203. | |
FUNC_ARTICLE_ERPNR | ERP number # 31117. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_1 | Part: External document 1 # 20190. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_10 | Part: External document 10 # 20269. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_11 | Part: External document 11 # 20270. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_12 | Part: External document 12 # 20271. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_13 | Part: External document 13 # 20272. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_14 | Part: External document 14 # 20273. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_15 | Part: External document 15 # 20274. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_16 | Part: External document 16 # 20275. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_17 | Part: External document 17 # 20276. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_18 | Part: External document 18 # 20277. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_19 | Part: External document 19 # 20278. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_2 | Part: External document 2 # 20191. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_20 | Part: External document 20 # 20279. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_3 | Part: External document 3 # 20192. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_4 | Part: External document 4 # 20263. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_5 | Part: External document 5 # 20264. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_6 | Part: External document 6 # 20265. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_7 | Part: External document 7 # 20266. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_8 | Part: External document 8 # 20267. | |
FUNC_ARTICLE_EXTERNAL_DOCUMENT_9 | Part: External document 9 # 20268. | |
FUNC_ARTICLE_EXTERNAL_PLACEMENT | External placement # 20917. | |
FUNC_ARTICLE_FUNCTIONGROUP | Function group # 20902. | |
FUNC_ARTICLE_LIFETIME | Service time # 20909. | |
FUNC_ARTICLE_MAINTENANCE | Lubrication / maintenance # 20912. | |
FUNC_ARTICLE_MANUFACTURER | Manufacturer # 20921. | |
FUNC_ARTICLE_MOUNTINGSITE | Part: Mounting surface # 20918. | |
FUNC_ARTICLE_NOTE | Part description # 31014. | |
FUNC_ARTICLE_ORDERNR | Order number # 20919. | |
FUNC_ARTICLE_PARTIAL_LENGTH | Subset / length # 31008. | |
FUNC_ARTICLE_PARTIAL_LENGTH_FULL | Subset / length (full) # 31091. | |
FUNC_ARTICLE_PARTIAL_LENGTH_IN_PROJECT_UNIT | Subset / length in unit of project # 31040. | |
FUNC_ARTICLE_PARTIAL_LENGTH_UNIT | Unit for subset / length # 31012. | |
FUNC_ARTICLE_PARTIAL_LENGTH_VALUE | Subset / length: Value # 31010. | |
FUNC_ARTICLE_PARTIAL_LENGTH_WITH_PROJECT_UNIT | Subset / length with unit of project # 31043. | |
FUNC_ARTICLE_PARTNR | Part number # 20100. | |
FUNC_ARTICLE_PARTTYPE | Record type # 20103. | |
FUNC_ARTICLE_PIECETYPE | Part group # 20903. | |
FUNC_ARTICLE_POSNR | Item number # 20464. | |
FUNC_ARTICLE_QUANTITY_IN_PROJECT_UNIT | Quantity / subset in unit of project # 31044. | |
FUNC_ARTICLE_SPARE | Spare part # 20907. | |
FUNC_ARTICLE_STRESS | Stress # 20910. | |
FUNC_ARTICLE_SUPPLIER | Supplier # 20920. | |
FUNC_ARTICLE_SUPPRESSINPARTSLIST | Suppress in bill of materials (if filtered) # 20105. | |
FUNC_ARTICLE_USAGE | Procurement # 20911. | |
FUNC_ARTICLE_USED_SAFETYRELATEDVALUE | Safety-related values: Use case in use # 20307. | |
FUNC_ARTICLE_VARIANT | Part variant # 20101. | |
FUNC_ARTICLE_WEAR | Wearing part # 20908. | |
FUNC_ARTICLEREF_PARTSLISTGROUP | Bill of materials group # 20924. | |
FUNC_BLOCK_FORMAT | Block property: Format # 20202. | |
FUNC_COMMENT | Remark # 20045. | |
FUNC_CRAFT | Trade # 20466. | |
FUNC_OUTPUTASSEMBLY | Output group # 20033. | |
FUNC_SUBCRAFT | Subtrade # 20467. | |
Parent | StorableObject to which this property list is connected. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
Property | Overloaded. Method used by operator[] in order to access indexed properties. | |
PROPUSER_DBOBJECTID | Overloaded. Object identification # 2000. (Inherited from Eplan.EplApi.DataModel.StorableObjectPropertyList) | |
SYMB_PLTTYPE | PCT type # 16016. | |
WRITEPROTECTED | Change protection # 3014. | |
WRITEPROTECTED_AUTOMATIC | Change protection (hierarchical) # 3015. |
Name | Description | |
---|---|---|
CopyTo | Overloaded. Copies properties to other property list. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
Dispose() | Destructor for deterministic finalization of SegmentTemplatePropertyList object. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) | |
Exists | Overloaded. Checks property existence for used obiect. | |
getPropList | Internal method. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |