API Help
Eplan.EplApi.DataModel.MasterData Namespace / WindowMacro Class / Objects Property

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

    Property Value

    Eplan.EplApi.DataModel.Placement
    Remarks
    This array does not include Eplan.EplApi.DataModel.Group objects.
    See Also