Eplan Platform API
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / FUNC_SUBCRAFT Property / FUNC_SUBCRAFT Property

In This Topic
    FUNC_SUBCRAFT Property
    In This Topic
    Subtrade # 20467.
    Syntax
    public PropertyValue FUNC_SUBCRAFT {get; set;}
    public:
    property PropertyValue^ FUNC_SUBCRAFT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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