API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMB_POTENTIALSEPARATED Property / SYMB_POTENTIALSEPARATED(Int32) Property

In This Topic
    SYMB_POTENTIALSEPARATED(Int32) Property
    In This Topic
    With signal isolation # 16042. This property isn't indexed.
    Syntax
    public PropertyValue SYMB_POTENTIALSEPARATED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_POTENTIALSEPARATED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Shows whether a function with signal isolation is generated when using the 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 with signal isolation is generated for this symbol when placing and replacing the symbol.)

    2 = No (A function without signal isolation is generated for this symbol when placing and replacing the symbol.)

    See Also