System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.MasterData.SymbolPropertyList
System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.MasterData.SymbolPropertyList
[DefaultMember("Property")] public class SymbolPropertyList : Eplan.EplApi.DataModel.StorableObjectPropertyList
[DefaultMember("Property")] public ref class SymbolPropertyList : public Eplan.EplApi.DataModel.StorableObjectPropertyList
It uses the [] operator in order to access its elements (stored properties).
Property list is a container for property values and just like them can be persistent (also called online) or transient (also called offline). If a property list is persistent, this means that it is associated with the properties of some StorableObject or other property list. If any property is added, changed or removed from the property list in this case, the result is also visible in the related objects. Whether a property list is persistent or transient is determined at the time of its creation and cannot be changed.
// Creation of a persistent property list FunctionPropertyList oPersistentPropertyList1 = oFunction.Properties; oPersistentPropertyList1.FUNC_COMMENT = "Comment"; // Now, oFunction.Properties.FUNC_COMMENT is equals "Comment" FunctionPropertyList oPersistentPropertyList2 = new FunctionPropertyList(oFunction); oPersistentPropertyList2.FUNC_COMMENT = "Test"; // Now, oFunction.Properties.FUNC_COMMENT equals "Test" // Creation of a transient property list FunctionPropertyList oTransientPropertyList = new FunctionPropertyList(); oTransientPropertyList.FUNC_COMMENT = "Test comment"; oFunction.Properties.FUNC_COMMENT = oTransientPropertyList.FUNC_COMMENT; oTransientPropertyList.FUNC_COMMENT = "Transient comment"; // Now, oTransientPropertyList.FUNC_COMMENT equals "Test comment"
| Name | Description | |
|---|---|---|
![]() | SymbolPropertyList Constructor | Constructor |
| Name | Description | |
|---|---|---|
![]() | CABLINGSEGMENT_DIRECTION_OF_HEIGHT_DIFF | Topology: Direction for height difference # 20348. |
![]() | CONNECTION_ACL_COLOR | Autoconnecting line: Color # 31005. |
![]() | CONNECTION_ACL_FACTOR | Autoconnecting line: Pattern length # 31018. |
![]() | CONNECTION_ACL_LAYER | Autoconnecting line: Layer # 31017. |
![]() | CONNECTION_ACL_STYLE | Autoconnecting line: Line type # 31015. |
![]() | CONNECTION_ACL_WIDTH | Autoconnecting line: Line thickness # 31016. |
![]() | CONNECTION_DESIGNATION | Connection designation # 31011. |
![]() | 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_BLOCK_FORMAT | Block property: Format # 20202. |
![]() | FUNC_CATEGORY | Function definition: Category # 20115. |
![]() | FUNC_CATEGORY_GROUP_ID | Function definition: Category / Group / Definition # 20188. |
![]() | FUNC_CATEGORY_REGION | Function definition: Area # 20088. |
![]() | FUNC_COMPONENTTYPE | Function definition # 20026. |
![]() | FUNC_DESC | Function definition: Description # 20117. |
![]() | FUNC_GROUP | Function definition: Group # 20116. |
![]() | 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) |
![]() | PROPUSER_LAST_USERCODE | Last editor: ID # 3010. |
![]() | PROPUSER_LAST_USEREMAIL | Last editor: E-mail # 3013. |
![]() | PROPUSER_LAST_USERNAME | Last editor: Name # 3011. |
![]() | PROPUSER_LAST_USERPHONE | Last editor: Phone # 3012. |
![]() | SYMB_CABLE_RELATED_VDP_SYMBOL_ID_USE_1ST_VARIANT_ONLY | Use first variant of connection definition point symbol # 16030. |
![]() | SYMB_CONNECTIONNUMBER | Connection point number # 16001. |
![]() | SYMB_CRAFT | Trade (function definition) # 16017. |
![]() | SYMB_CREATIONDATE | Creation date # 16021. |
![]() | SYMB_CREATOR | Creator # 16020. |
![]() | SYMB_DEFAULT_ALTERNATIVE_PROPERTYSET_A | Default property arrangement for variant A (alternative) # 16033. |
![]() | SYMB_DEFAULT_ALTERNATIVE_PROPERTYSET_B | Default property arrangement for variant B (alternative) # 16034. |
![]() | SYMB_DEFAULT_ALTERNATIVE_PROPERTYSET_C | Default property arrangement for variant C (alternative) # 16035. |
![]() | SYMB_DEFAULT_ALTERNATIVE_PROPERTYSET_D | Default property arrangement for variant D (alternative) # 16036. |
![]() | SYMB_DEFAULT_ALTERNATIVE_PROPERTYSET_E | Default property arrangement for variant E (alternative) # 16037. |
![]() | SYMB_DEFAULT_ALTERNATIVE_PROPERTYSET_F | Default property arrangement for variant F (alternative) # 16038. |
![]() | SYMB_DEFAULT_ALTERNATIVE_PROPERTYSET_G | Default property arrangement for variant G (alternative) # 16039. |
![]() | SYMB_DEFAULT_ALTERNATIVE_PROPERTYSET_H | Default property arrangement for variant H (alternative) # 16041. |
![]() | SYMB_DEFAULT_PROPERTYSET_A | Default property arrangement for variant A # 16004. |
![]() | SYMB_DEFAULT_PROPERTYSET_B | Default property arrangement for variant B # 16005. |
![]() | SYMB_DEFAULT_PROPERTYSET_C | Default property arrangement for variant C # 16006. |
![]() | SYMB_DEFAULT_PROPERTYSET_D | Default property arrangement for variant D # 16007. |
![]() | SYMB_DEFAULT_PROPERTYSET_E | Default property arrangement for variant E # 16008. |
![]() | SYMB_DEFAULT_PROPERTYSET_F | Default property arrangement for variant F # 16009. |
![]() | SYMB_DEFAULT_PROPERTYSET_G | Default property arrangement for variant G # 16014. |
![]() | SYMB_DEFAULT_PROPERTYSET_H | Default property arrangement for variant H # 16015. |
![]() | SYMB_DEFAULT_VARIANT | Default variant # 16003. |
![]() | SYMB_DESC | Symbol description # 16011. |
![]() | SYMB_DXF_BLOCKNAME | DXF export: Name of block # 16040. |
![]() | SYMB_IMPORTEDVARIANTMAPPING | Symbol variant assignment (internal) # 16031. |
![]() | SYMB_INTRINSICALLYSAFE | Intrinsically safe # 16019. |
![]() | SYMB_LASTAUTOMODIFICATIONDATE | Modification date (automatic) # 16023. |
![]() | SYMB_LASTMANUMODIFICATIONDATE | Modification date (manual) # 16025. |
![]() | SYMB_LASTMODIFICATOR | Last editor: Sign-in name # 16022. |
![]() | SYMB_LOGICMODEL | Target tracking # 16010. |
![]() | SYMB_MAINFUNCTION | Main function # 16018. |
![]() | SYMB_MODIFICATIONCOMMENT | Modification note # 16024. |
![]() | SYMB_MOTOR_CONTACT_IMAGE | Symbol for contact image of motor overload switch # 16032. |
![]() | SYMB_NAME | Name # 16000. |
![]() | SYMB_NETCONNECTING | Net-connecting # 16043. |
![]() | SYMB_NR | Number # 16002. |
![]() | SYMB_PLTTYPE | PCT type # 16016. |
![]() | SYMB_POTENTIALSEPARATED | With signal isolation # 16042. |
![]() | SYMB_PREVENTPLACEMENT | Prevent new placement # 16012. |
![]() | SYMB_PROPERTYINSTANCESET | Property arrangements # 16050. |
![]() | SYMB_SAFETYRELEVANT | Safety function # 16044. |
![]() | SYMB_SUPPLEMENTARYFIELD | Supplementary field # 16013. |
![]() | SYMB_SYBMOLFUNCTIONTYPE | Symbol representation type (encoded) # 16027. |
![]() | SYMB_SYBMOLFUNCTIONTYPE_NAME | Symbol representation type # 16028. |
![]() | SYMB_VERSION | Version # 16026. |
![]() | SYMBLIB_NAME | Symbol library # 15000. |
![]() | SYMBOL_TRANSFORMATION_POINT | Transformation point # 16045. |
| Name | Description | |
|---|---|---|
![]() | CopyTo | Overloaded. Copies properties to other property list. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |
![]() | Dispose() | Destructor for deterministic finalization of SymbolPropertyList object. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |
![]() | Exists | Overloaded. Checks property existence for used obiect. |
![]() | getPropList | Internal method. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |