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

In This Topic
    FUNC_PLCMODULENAME(Int32) Property
    In This Topic
    PLC card name # 20437. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCMODULENAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCMODULENAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of a PLC card (identifying for PLC devices during PLC data exchange in the AutomationML or Studio 5000 Architect format). The property can be displayed in reports and used as a filter criterion in the navigators. Depending on whether the PLC box represents a PLC card, a rack or a CPU, the PLC card name must be unique within a rack, a station or a configuration project.

    See Also