Verifies if the curve is valid for an Analytical Member.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2023
Syntax
| C# |
|---|
public static bool IsValidCurve( Curve curve ) |
| Visual Basic |
|---|
Public Shared Function IsValidCurve ( _ curve As Curve _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsValidCurve( Curve^ curve ) |
Parameters
- curve
- Type: Autodesk.Revit.DB..::..Curve
The curve to be verified.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |