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

In This Topic
    FUNC_PLCSOCKET_INDIRECT(Int32) Property
    In This Topic
    Position / (slot / module) (indirect) # 20422. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLCSOCKET_INDIRECT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCSOCKET_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 shows the slot / module of the associated PLC card. Describes the slot / position where this PLC card is plugged on the rack.

    See Also