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

In This Topic
    FUNC_TERMINALSORTCODE_GRAPHIC(Int32) Property
    In This Topic
    Sorting (graphical) # 20810. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINALSORTCODE_GRAPHIC( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINALSORTCODE_GRAPHIC {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Specifies that the terminal next to the terminal on the left or above should be sorted in (depending on the settings for DT acceptance).

    See Also