public MDPropertyValue SYMB_SAFETYRELEVANT( int index ) {get; set;}
public: property MDPropertyValue^ SYMB_SAFETYRELEVANT { MDPropertyValue^ get(int index); void set (int index, MDPropertyValue^ value); }
Parameters
- index
public MDPropertyValue SYMB_SAFETYRELEVANT( int index ) {get; set;}
public: property MDPropertyValue^ SYMB_SAFETYRELEVANT { MDPropertyValue^ get(int index); void set (int index, MDPropertyValue^ value); }
Shows whether a function that is relevant to safety is generated when placing and replacing a symbol. The visibility of the property depends on the type of symbol. The following values are possible:
0 = Not defined (the property is not observed when placing and replacing the symbol).
1 = Yes (a function that is relevant to safety is created for this symbol when placing and replacing the symbol).
2 = No (a function that is not relevant to safety is created for this symbol when placing and replacing the symbol).