Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / PROJ_ARTICLEREF_SUBCRAFT Property / PROJ_ARTICLEREF_SUBCRAFT(Int32) Property

In This Topic
    PROJ_ARTICLEREF_SUBCRAFT(Int32) Property
    In This Topic
    Subtrade of part reference # 20914.
    Syntax
    public PropertyValue PROJ_ARTICLEREF_SUBCRAFT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_ARTICLEREF_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

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

    Subtrade of the associated part reference. A max. of 50 definitions can be defined using the index.

    See Also