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

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

    Project parts are assigned directly to the project and do not belong to any device. This includes, for instance, parts to be provided with delivery, general installation materials, and so on.

    See Also