Parameters
- page
- Eplan.EplApi.DataModel.Page the HyperLink will be placed on.
- link
- link path of the hyperlink
- contents
- contents of the hyperlink, can be
null
.
null
.
null
.Exception | Description |
---|---|
System.ArgumentNullException | Thrown when page is null . |
Eplan.EplApi.DataModel.ObjectCreationException | Thrown when the HyperLink cannot be created. |
Eplan.EplApi.DataModel.ObjectAlreadyCreatedException | Thrown when the HyperLink has already been created. |
Eplan.EplApi.DataModel.InvalidArgumentException | Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument. |