Share

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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum CurveElementType

Members

Member nameValueDescription
AreaBasedLoadBoundary12 An Area Based Load Boundary curve.
AreaSeparation7 An area separation curve.
Cloud11 A portion of a revision cloud.
CurveByPoints8 A curve created by connecting a set of points.
DetailCurve2 A detail curve.
Insulation10 A detail curve representing insulation.
Invalid0 An invalid curve element type.
ModelCurve1 A model curve.
ReferenceLine4 A reference line.
RepeatingDetail9 The profile of a repeating detail set.
RoomSeparation6 An room separation curve.
SpaceSeparation5 A space separation curve.
SymbolicCurve3 A symbolic curve.

See Also

Reference

Was this information helpful?