API Help
Eplan.EplApi.DataModel Namespace / MacroBox Class / GetGraphics Method

In This Topic
    GetGraphics Method (MacroBox)
    In This Topic
    Gets a Placement object that represents the macro box graphically on a page.
    Syntax
    public Placement GetGraphics()
    public:
    Placement^ GetGraphics(); 

    Return Value

    nullptr if there is no graphical representation of the macrobox

    Exceptions
    ExceptionDescription
    Thrown when retrieving of graphical representation of this macro box failed.
    See Also