| Revit 2019.2 API |
| Face..::..GetSurface Method |
| Face Class See Also |
Returns a copy of this face's surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since: 2018
Syntax
| C# |
|---|
public Surface GetSurface() |
| Visual Basic |
|---|
Public Function GetSurface As Surface |
| Visual C++ |
|---|
public: Surface^ GetSurface() |