Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / FUNC_ARTICLE_MOUNTING_FORM Property / FUNC_ARTICLE_MOUNTING_FORM(Int32) Property

In This Topic
    FUNC_ARTICLE_MOUNTING_FORM(Int32) Property
    In This Topic
    Mounting configuration # 26274.
    Syntax
    public PropertyValue FUNC_ARTICLE_MOUNTING_FORM( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_MOUNTING_FORM {
       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.

    Specific manner in which a part is installed or mounted. This includes, for example, the positioning, the alignment or the placement within a predefined geometric shape.

    See Also