| Revit 2015 API |
| AnalyticalModel..::..IsSingleCurve Method |
| AnalyticalModel Class See Also |
Indicates if the Analytical Model can be expressed as a single curve.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since:
2011
Syntax
| C# |
|---|
public bool IsSingleCurve() |
| Visual Basic |
|---|
Public Function IsSingleCurve As Boolean |
| Visual C++ |
|---|
public: bool IsSingleCurve() |