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

In This Topic
    FUNC_PLCRACK_INDIRECT(Int32) Property
    In This Topic
    PLC card is placed on rack ID (indirect) # 20421. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLCRACK_INDIRECT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCRACK_INDIRECT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    For a PLC connection point this outputs the rack on which the associated PLC card is placed.

    See Also