Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCDIAGRAM_FORM Property / FUNC_PLCDIAGRAM_FORM Property

In This Topic
    FUNC_PLCDIAGRAM_FORM Property
    In This Topic
    PLC diagram form # 20187.
    Syntax
    public PropertyValue FUNC_PLCDIAGRAM_FORM {get; set;}
    public:
    property PropertyValue^ FUNC_PLCDIAGRAM_FORM {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This allows PLC cards (the PLC boxes) to each be assigned a separate report (a PLC diagram). The form set for the main function is only taken into account when generating reports.

    If you assign a value using the Application Programming Interface, please ensure that the relevant master data exist in the project.

    See Also