| Revit 2020.1 API |
| RuledSurface..::..HasSecondProfilePoint Method |
| RuledSurface Class See Also |
Checks if a point was used to define the second profile.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2018
Syntax
| C# |
|---|
public bool HasSecondProfilePoint() |
| Visual Basic |
|---|
Public Function HasSecondProfilePoint As Boolean |
| Visual C++ |
|---|
public: bool HasSecondProfilePoint() |