Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_SUBCRAFT_GASTECHNOLOGY Property / ARTICLE_SUBCRAFT_GASTECHNOLOGY(Int32) Property

In This Topic
    ARTICLE_SUBCRAFT_GASTECHNOLOGY(Int32) Property
    In This Topic
    Subtrade 'Gas engineering' # 22266.
    Syntax
    public MDPropertyValue ARTICLE_SUBCRAFT_GASTECHNOLOGY( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_SUBCRAFT_GASTECHNOLOGY {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

    Property is indexed. Possible indexes are from 1 to 20.

    This property can be used to create several subtrades for a trade.

    See Also