Gets the projection type of the CurveElement.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2012
Syntax
C# |
---|
public static CurveProjectionType GetProjectionType( CurveElement curveElem ) |
Visual Basic |
---|
Public Shared Function GetProjectionType ( _ curveElem As CurveElement _ ) As CurveProjectionType |
Visual C++ |
---|
public: static CurveProjectionType GetProjectionType( CurveElement^ curveElem ) |
Parameters
- curveElem
- Type: Autodesk.Revit.DB..::..CurveElement
The CurveElement.
Return Value
The projection type.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | The input CurveElement is not a CurveByPoints. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |