DrawingLink Constructor (ViewBase, Point, Drawing, String, LinkAttributes) |
Creates a new drawing link instance using the given attributes.
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
public DrawingLink( ViewBase View, Point InsertionPoint, Drawing 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: Tekla.Structures.DrawingDrawing
The link target. - Text
- Type: SystemString
The link text visible to the user. - Attributes
- Type: Tekla.Structures.DrawingLinkAttributes
The attributes for creating the link.
See Also