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

Create(Page) Method
Creates DynamicConnectionLine object.
Syntax
public void Create( 
   Page page
)

Parameters

page
Page inside which the object will be located.
Exceptions
ExceptionDescription
Thrown when a DynamicConnectionLine cannot be created.
Thrown when null is given as a parameter.
Thrown when given Page has PageType sets to ExternalDocument.
See Also