API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_PLCAXIS_DEVICETYPE Property / ARTICLE_PLCAXIS_DEVICETYPE(Int32) Property

In This Topic
    ARTICLE_PLCAXIS_DEVICETYPE(Int32) Property
    In This Topic
    Drive: Device type # 22340. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_PLCAXIS_DEVICETYPE( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PLCAXIS_DEVICETYPE {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    For devices that are assigned to a drive you specify the type of device, for example "Synchronous motor", "Converter", "Encoder", etc., more exactly. The values to be entered for the device type are usually specified by the device manufacturer.

    See Also