Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_DEVICETYPE_MANUAL Property / FUNC_DEVICETYPE_MANUAL Property

In This Topic
    FUNC_DEVICETYPE_MANUAL Property
    In This Topic
    Device group # 20294.
    Syntax
    public PropertyValue FUNC_DEVICETYPE_MANUAL {get; set;}
    public:
    property PropertyValue^ FUNC_DEVICETYPE_MANUAL {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Manual assignment of the function to a device group (which determines the DT format). Using this property, you can select another DT format for specific functions, e.g., a connection can then have a different DT format than a cable. If the property is empty, the device group will be derived auotmatically from the function definition.

    See Also