API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCDIAGRAM_FORM Property / FUNC_PLCDIAGRAM_FORM(Int32) Property

In This Topic
    FUNC_PLCDIAGRAM_FORM(Int32) Property
    In This Topic
    PLC diagram form # 20187. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCDIAGRAM_FORM( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCDIAGRAM_FORM {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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