API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / EDITINGAREA_CRAFT Property / EDITINGAREA_CRAFT(Int32) Property

In This Topic
    EDITINGAREA_CRAFT(Int32) Property
    In This Topic
    Trade (Defined working sections) # 25000. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue EDITINGAREA_CRAFT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ EDITINGAREA_CRAFT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Can be used in the filter schemes for defined working sections in order to filter pages, functions, and connections by trade. The following values are possible:

    0 = Electrical engineering

    1 = Fluid power, general

    2 = Mechanics

    3 = Process engineering.

    99 = General.

    In this context, the "Fluid power, general" setting includes also the trades Hydraulics, Pneumatics, Cooling, and Lubrication. Pages contain the additional trade setting "General". The "General" trade is the default setting when generating report pages. If you filter defined working sections by certain trades, pages with the "General" trade are output along any other trade.

    See Also