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

In This Topic
    Objects Property (PrePlanningMacro)
    In This Topic
    Returns all objects stored in the macro.
    Syntax
    public StorableObject[] Objects {get;}
    public:
    property array<StorableObject^>^ Objects {
       array<StorableObject^>^ get();
    }
    See Also