Returns link transform of the object being drawn.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2020

Syntax

C#
public Transform GetLinkTransform()
Visual Basic
Public Function GetLinkTransform As Transform
Visual C++
public:
Transform^ GetLinkTransform()

See Also