Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / MacroRepresentationType Property

In This Topic
    MacroRepresentationType Property
    In This Topic
    Page's property describing type of macro. This type is used to find a suitable variant of macro, which can be insert on this page. While inserting macro on page, inserting variant of macro is get from page's MacroRepresentationType and variant of macro defined by user. This property depends on property PageType.
    Syntax
    public WindowMacro.Enums.RepresentationType MacroRepresentationType {get;}
    public:
    property WindowMacro.Enums.RepresentationType MacroRepresentationType {
       WindowMacro.Enums.RepresentationType get();
    }

    Property Value

    RepresentationType : enum type with available types of macro
    See Also