API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_PLCTEMPLATEREFERENCE Property / ARTICLE_PLCTEMPLATEREFERENCE(Int32) Property

In This Topic
    ARTICLE_PLCTEMPLATEREFERENCE(Int32) Property
    In This Topic
    # 22338. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_PLCTEMPLATEREFERENCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_PLCTEMPLATEREFERENCE {
       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 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.

    See Also