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

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

    Changes are visible after calling Update.

    See Also