API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_POTENTIALSEPARATED Property / FUNC_POTENTIALSEPARATED(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Specifies whether signals end at the function or are forwarded.

    See Also