API Help
Eplan.EplApi.DataModel.Graphics Namespace / HyperLink Class / CreateTransient Method
Eplan.EplApi.DataModel.Project the HyperLink will be attached to.

In This Topic
    CreateTransient Method (HyperLink)
    In This Topic
    Creates transient and not placed HyperLink object.
    Syntax
    public override void CreateTransient( 
       Project oProject
    )
    public:
    void CreateTransient( 
       Project^ oProject
    ) override 

    Parameters

    oProject
    Eplan.EplApi.DataModel.Project the HyperLink will be attached to.
    Exceptions
    ExceptionDescription
    Thrown when oProject is null.
    Thrown when the HyperLink cannot be created.
    Thrown when the HyperLink has already been created.
    See Also