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

In This Topic
    ARTICLEREF_COUNT_NOTPLACED_3D(Int32) Property
    In This Topic
    Number of units / quantity (unplaced, 3D) # 20509. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue ARTICLEREF_COUNT_NOTPLACED_3D( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_COUNT_NOTPLACED_3D {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Number of parts that are available in the project, but that have not been placed in the layout space.

    See Also