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

In This Topic
    Create(Page) Method
    In This Topic
    Creates DynamicConnectionLine object.
    Syntax
    public void Create( 
       Page page
    )
    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