API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList 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 MDPropertyValue ARTICLE_EXTERNAL_PLACEMENT( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_EXTERNAL_PLACEMENT {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ 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