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

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