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

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

    Objects which don't contain mesh like Cabinet will not be displayed. To display elements of Cabinet it is necessary to include their children.

    Changes are visible after calling Update.

    See Also