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

In This Topic
    FUNC_ARTICLE_MODULE_PART(Int32) Property
    In This Topic
    Part is included in a module # 20906.
    Syntax
    public PropertyValue FUNC_ARTICLE_MODULE_PART( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_MODULE_PART {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

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

    Specifies whether this part is part of a module. A max. of 50 definitions can be defined using the index.

    See Also