Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_ARTICLE_PLCTEMPLATEREFERENCE Property / FUNC_ARTICLE_PLCTEMPLATEREFERENCE Property

In This Topic
    FUNC_ARTICLE_PLCTEMPLATEREFERENCE Property
    In This Topic
    # 20580.
    Syntax
    public PropertyValue FUNC_ARTICLE_PLCTEMPLATEREFERENCE {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_PLCTEMPLATEREFERENCE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of a template that is used for the exchange of a device in the PLC configuration program with preset, user-defined part properties. The property is used during the PLC data exchange in AutomationML format. The name of this template is replaced, but not the contents. During a part selection or device selection the property is filled with the corresponding value from the parts management.

    See Also