CurveElementType Enumeration

An enumerated type listing the curve element types that can be used when filtering elements (via CurveElementFilter).

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum CurveElementType
Members
Member nameValueDescription
Invalid0 An invalid curve element type.
ModelCurve1 A model curve.
DetailCurve2 A detail curve.
SymbolicCurve3 A symbolic curve.
ReferenceLine4 A reference line.
SpaceSeparation5 A space separation curve.
RoomSeparation6 An room separation curve.
AreaSeparation7 An area separation curve.
CurveByPoints8 A curve created by connecting a set of points.
RepeatingDetail9 The profile of a repeating detail set.
Insulation10 A detail curve representing insulation.
Cloud11 A portion of a revision cloud.
AreaBasedLoadBoundary12 An Area Based Load Boundary curve.
See Also