Revit 2026 API
Revolved |
Returns a copy of the profile curve expressed in the world coordinate system.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Curve GetProfileCurveInWorldCoordinates()
Public Function GetProfileCurveInWorldCoordinates As Curve
public: Curve^ GetProfileCurveInWorldCoordinates()
member GetProfileCurveInWorldCoordinates : unit -> Curve
Return Value
CurveA copy of the profile curve in the world coordinate system.
See Also