API Help
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLEREF_MODULE_PART Property / ARTICLEREF_MODULE_PART(Int32) Property

In This Topic
    ARTICLEREF_MODULE_PART(Int32) Property
    In This Topic
    Part is included in a module # 20493. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue ARTICLEREF_MODULE_PART( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_MODULE_PART {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    Specifies whether the part is a module. Modules are parts (assemblies) with several devices. The module has its own part number. It can contain assemblies and other modules.

    See Also