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

In This Topic
    FUNC_PLCISMOUNTEDONHEADMODULE(Int32) Property
    In This Topic
    PLC card is placed on head station # 20444. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCISMOUNTEDONHEADMODULE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCISMOUNTEDONHEADMODULE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Identifies a PLC card that is placed on a head station or is integrated into it.

    See Also