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

In This Topic
    FUNC_SUBCRAFT(Int32) Property
    In This Topic
    Subtrade # 20467. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_SUBCRAFT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_SUBCRAFT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    A trade can consist of multiple so-called "subtrades". For instance, the trade "Cooling" can consist of the subtrades "Water cooling" and "Oil cooling". The specification of subtrades as additional function property makes it possible to construct very detailed reports in EPLAN Fluid.

    See Also