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

CreateTransient Method (HyperLink)
Creates transient and not placed HyperLink object.
Syntax
public override void CreateTransient( 
   Project oProject
)

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