Eplan Platform API
Eplan.EplApi.DataModel Namespace / MacroEntry Class / ObjectsOfSameMacro Property

In This Topic
    ObjectsOfSameMacro Property
    In This Topic
    Get all objects of the same macro
    Syntax
    public StorableObject[] ObjectsOfSameMacro {get;}
    public:
    property array<StorableObject^>^ ObjectsOfSameMacro {
       array<StorableObject^>^ get();
    }
    See Also