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

In This Topic
    FUNC_TERMINALSORTCODE(Int32) Property
    In This Topic
    Sort code (terminal / pin) # 20809. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINALSORTCODE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINALSORTCODE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Specifies the order of the pins at plugs.

    Specifies the order within the terminal device at terminals. If several terminals/pins have the same sort code or the sort code is empty; these are sorted in the sequence of their designation.

    See Also