API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_ARTICLE_PLCAXIS_DEVICETYPE Property / FUNC_ARTICLE_PLCAXIS_DEVICETYPE(Int32) Property

In This Topic
    FUNC_ARTICLE_PLCAXIS_DEVICETYPE(Int32) Property
    In This Topic
    Drive: Device type # 20577. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_ARTICLE_PLCAXIS_DEVICETYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_PLCAXIS_DEVICETYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ 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. During a part selection or device selection the property is filled with the corresponding value from the parts management.

    See Also