API Help
Eplan.EplApi.HEServices Namespace / Edit3D Class / ShowConnections Method
Connections which will be drawn in GED.

In This Topic
    ShowConnections Method
    In This Topic
    Makes 3d connections visible in opened 3d graphic editor view.
    Syntax
    public void ShowConnections( 
       IEnumerable<Connection3D> colConnections
    )
    public:
    void ShowConnections( 
       IEnumerable<Connection3D^>^ colConnections
    ) 

    Parameters

    colConnections
    Connections which will be drawn in GED.
    Exceptions
    ExceptionDescription
    Is thrown when parameter is null.
    Is thrown if the current license does not allow the execution of this task.
    If internal error has occured. Please check exception message.
    See Also