Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCMODULE_SORTCODE Property / FUNC_PLCMODULE_SORTCODE Property

In This Topic
    FUNC_PLCMODULE_SORTCODE Property
    In This Topic
    Sort code (for position in rack) # 20258.
    Syntax
    public PropertyValue FUNC_PLCMODULE_SORTCODE {get; set;}
    public:
    property PropertyValue^ FUNC_PLCMODULE_SORTCODE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Shows the sorting position within a rack. Determines the sequence of PLC cards within the rack. If several PLC cards have the same position or do not have a position in the rack, the sorting position defines the sequence for the display in the rack-oriented view of the PLC navigator.

    See Also