RiseDropSymbol Enumeration

RiseDropSymbol Enumeration

This enumeration corresponds to the rise/drop symbol used in mechanical systems

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum RiseDropSymbol
Public Enumeration RiseDropSymbol
public enum class RiseDropSymbol
type RiseDropSymbol
Members
Member nameValueDescription
Backslash6 Duct return rise/drop with \ pattern
BackslashFilled7 Duct return rise/drop with \ pattern and lower left \ is filled
BendFullCircle14 Pipe 1 Line bend full circle
BendThreeQuarterCircle13 Pipe 1 Line bend 3/4 circle
Cross2 Duct supply rise/drop with X pattern
CrossFilled3 Duct supply rise/drop with X pattern and top and bottom of X is filled
CrossNoOutline17 Cable Tray 1 Line a cross without outline
CustomSymbol-1 A userdefined symbol for rise/drop graphics is used
NoSymbol0 No rise/drop graphics will be used
Outline1 Outline only no internal geometry
OutlineFilled10 Outline only no internal geometry and filled to be solid
ReverseWye9 Duct exhaust rise/drop with /\ pattern
ReverseWyeFilled19 Duct exhaust rise/drop with /\ pattern and lower right \ is filled
Slash4 Duct return rise/drop with / pattern
SlashFilled5 Duct return rise/drop with / pattern and lower right / is filled
TeeFullCircle16 Pipe 1 Line junction full circle
TeeHalfCircle15 Pipe 1 Line junction 1/2 circle on each side
Wye8 Duct exhaust rise/drop with \/ pattern
WyeFilled18 Duct exhaust rise/drop with \/ pattern and lower left / is filled
YinYang11 Pipe contour rise/drop and 2 half circles (yin-yang)
YinYangFilled12 Pipe contour rise/drop and 2 half circles (yin-yang) left side is filled
See Also