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

In This Topic
    GetGraphics Method (Function)
    In This Topic
    Gets graphical representation of the Function.
    Syntax
    public Placement GetGraphics()
    public:
    Placement^ GetGraphics(); 

    Return Value

    null when there if no graphical representation

    graphical representation of the Function

    Exceptions
    ExceptionDescription
    Thrown when graphical representation of this function cannot be retrieved
    See Also