API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMB_INTRINSICALLYSAFE Property / SYMB_INTRINSICALLYSAFE Property

In This Topic
SYMB_INTRINSICALLYSAFE Property
In This Topic
Intrinsically safe # 16019.
Syntax
public PropertyValue SYMB_INTRINSICALLYSAFE {get; set;}

Property Value

Returns property value of type System.Int64.
Remarks

Shows whether an intrinsically safe function is generated when using the symbol:

0 = Not defined (the "Intrinsically safe" property is not observed when placing and replacing a symbol).

1 =Yes (an intrinsically safe function is generated when placing and replacing a symbol for this symbol).

2 = No (a function that is not intrinsically safe is generated when placing and replacing a symbol for this symbol).

The visibility of the property depends on the type of symbol.

See Also