Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / HyperLink Class / Create Method / Create(Page,String,MultiLangString) Method
Eplan.EplApi.DataModel.Page the HyperLink will be placed on.
link path of the hyperlink
contents of the hyperlink, can be null.

In This Topic
    Create(Page,String,MultiLangString) Method
    In This Topic
    Creates the HyperLink object.
    Syntax
    public void Create( 
       Page page,
       string link,
       MultiLangString contents
    )
    public:
    void Create( 
       Page^ page,
       String^ link,
       MultiLangString^ contents
    ) 

    Parameters

    Parameter NameDescription
    pageEplan.EplApi.DataModel.Page the HyperLink will be placed on.
    linklink path of the hyperlink
    contentscontents of the hyperlink, can be null.
    Exceptions
    ExceptionDescription
    Thrown when page is null.
    Thrown when the HyperLink cannot be created.
    Thrown when the HyperLink has already been created.
    Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument.
    See Also