API Help
Eplan.EplApi.DataModel Namespace / DynamicConnectionLine Class / Create Method / Create(Project) Method
Project inside which the object will be located.

Create(Project) Method
Creates DynamicConnectionLine object.
Syntax
public void Create( 
   Project proj
)

Parameters

proj
Project inside which the object will be located.
Exceptions
ExceptionDescription
Thrown when a DynamicConnectionLine cannot be created.
Thrown when null is given as a parameter.
See Also