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

In This Topic
FUNC_PLCDEVICE_INDEX(Int32) Property
In This Topic
Device description: Index in file # 20381. This property isn't indexed.
Syntax
public PropertyValue FUNC_PLCDEVICE_INDEX( 
   int index
) {get; set;}

Parameters

index

Property Value

Returns property value of type System.String.
Remarks

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. During a part selection or device selection the property is filled with the corresponding value from the parts management. The property is taken into consideration during the PLC data exchange in AutomationML format.

See Also