HyperLink Constructor (ViewBase, Point, Uri, String, LinkAttributes) |
Creates a new hyperlink instance using the given attributes.
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
public HyperLink( ViewBase View, Point InsertionPoint, Uri Target, string Text, LinkAttributes Attributes )
Parameters
- View
- Type: Tekla.Structures.DrawingViewBase
A drawing view. - InsertionPoint
- Type: Tekla.Structures.Geometry3dPoint
The location for the link. - Target
- Type: SystemUri
The link target. - Text
- Type: SystemString
The link text visible to the user. - Attributes
- Type: Tekla.Structures.DrawingLinkAttributes
The attributes for creating the link.