| Revit 2022.1 API |
| RevolvedSurface..::..GetProfileCurve Method |
| RevolvedSurface Class See Also |
Returns a copy of the profile curve expressed in the surface's coordinate system.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2017
Syntax
| C# |
|---|
public Curve GetProfileCurve() |
| Visual Basic |
|---|
Public Function GetProfileCurve As Curve |
| Visual C++ |
|---|
public: Curve^ GetProfileCurve() |