Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_CRAFT Property / FUNC_CRAFT Property

In This Topic
    FUNC_CRAFT Property
    In This Topic
    Trade # 20466.
    Syntax
    public PropertyValue FUNC_CRAFT {get; set;}
    public:
    property PropertyValue^ FUNC_CRAFT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Determines the technology to be applied or selected. The following values are possible:

    0 = Electrical engineering,

    1 = Mechanics,

    2 = Hydraulics,

    3 = Pneumatics,

    4 = Cooling,

    5 = Lubrication,

    6 = Process engineering,

    7 = Cooling lubricant,

    8 = Gas engineering,

    9 = Fluid power, general.

    See Also