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

In This Topic
    ARTICLE_EXTERNAL_PLACEMENT(Int32) Property
    In This Topic
    External placement # 22220. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_EXTERNAL_PLACEMENT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_EXTERNAL_PLACEMENT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Identifies the part as being externally placed and thus excludes it from panel layout reports.

    See Also