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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    If the PLC box is a rack, then enter the name of the rack here.

    See Also