API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacement Class / ExcludedElements Property

In This Topic
    ExcludedElements Property
    In This Topic
    List of Eplan.EplApi.DataModel.E3D.Placement3D which will not be displayed.
    Syntax
    public Placement3D[] ExcludedElements {get; set;}
    public:
    property array<Placement3D^>^ ExcludedElements {
       array<Placement3D^>^ get();
       void set (    array<Placement3D^>^ value);
    }
    Remarks

    Changes are visible after calling Update.

    See Also