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

In This Topic
    ARTICLEREF_ARTICLEDEFINITION(Int32) Property
    In This Topic
    Part of a part definition # 20508. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue ARTICLEREF_ARTICLEDEFINITION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_ARTICLEDEFINITION {
       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..

    Parts which are assigned to a part definition do not belong to any specific device. They might belong to parts included in the delivery, general installation materials, etc. In contrast to project parts, parts that are assigned to a part definition are assigned to specific project structures.

    See Also