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

In This Topic
    FUNC_TERMINAL_NOOVERVIEW(Int32) Property
    In This Topic
    No output to terminal-strip / plug overview # 20857. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_NOOVERVIEW( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_NOOVERVIEW {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Suppresses the output of the terminal strip definition or plug definition in the terminal strip or plug overview.

    See Also