Returns a copy of the profile curve expressed in the world coordinate system.

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

Syntax

C#
public Curve GetProfileCurveInWorldCoordinates()
Visual Basic
Public Function GetProfileCurveInWorldCoordinates As Curve
Visual C++
public:
Curve^ GetProfileCurveInWorldCoordinates()

Return Value

A copy of the profile curve in the world coordinate system.

See Also