Eplan Platform API
Eplan.EplApi.DataModel Namespace / LocationBox Class / GetGraphics Method

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

    Return Value

    nullptr if there is no graphical representation

    of the structure box on a page

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