Returns link transform of the object being drawn.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2020

Syntax

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

See Also