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

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

    Return Value

    null when there if no graphical representation

    graphical representation of the DynamicConnectionLine

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