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

In This Topic
    ARTICLE_PLCDEVICE_INDEX(Int32) Property
    In This Topic
    Device description: Index in file # 22283. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_PLCDEVICE_INDEX( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_PLCDEVICE_INDEX {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. Index in the GSD file of a PLC card. Through the index it is possible to select a device within such a file language-neutral. The property is transferred to the main function at a part selection or device selection. The property is taken into consideration during the PLC data exchange in AutomationML format.

    See Also