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

In This Topic
    Objects3D Property
    In This Topic
    Returns all Eplan.EplApi.DataModel.Placement3D contained in the macro.
    Syntax
    public Placement3D[] Objects3D {get;}
    public:
    property array<Placement3D^>^ Objects3D {
       array<Placement3D^>^ get();
    }

    Property Value

    Eplan.EplApi.DataModel.E3D.Placement3D
    See Also