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

In This Topic
    FUNC_ARTICLE_REPLACEMENT_FOR_PRODUCT(Int32) Property
    In This Topic
    Replacement part: Original part # 26319.
    Syntax
    public PropertyValue FUNC_ARTICLE_REPLACEMENT_FOR_PRODUCT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_REPLACEMENT_FOR_PRODUCT {
       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.

    Type designation of the original part for which this part is offered as a replacement.

    See Also