Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / WindowMacro Class / TopLevelObjects3D Property

In This Topic
    TopLevelObjects3D Property
    In This Topic
    Returns all Eplan.EplApi.DataModel.Placement3D, with no parent.
    Syntax
    public Placement3D[] TopLevelObjects3D {get;}
    public:
    property array<Placement3D^>^ TopLevelObjects3D {
       array<Placement3D^>^ get();
    }

    Property Value

    Eplan.EplApi.DataModel.Placement
    Remarks
    This array contains all 3d functions which didn't had a parent assigned when the macro was created or their parent wasn't added into this macro. If installation space was included then it will be in this array also.
    See Also