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.0.0.0 (25.0.0.0)
Syntax
public enum RiseDropSymbol
Members
Member nameValueDescription
NoSymbol0 No rise/drop graphics will be used
Outline1 Outline only no internal geometry
Cross2 Duct supply rise/drop with X pattern
CrossFilled3 Duct supply rise/drop with X pattern and top and bottom of X is filled
Slash4 Duct return rise/drop with / pattern
SlashFilled5 Duct return rise/drop with / pattern and lower right / is filled
Backslash6 Duct return rise/drop with \ pattern
BackslashFilled7 Duct return rise/drop with \ pattern and lower left \ is filled
Wye8 Duct exhaust rise/drop with \/ pattern
ReverseWye9 Duct exhaust rise/drop with /\ pattern
CustomSymbol-1 A userdefined symbol for rise/drop graphics is used
OutlineFilled10 Outline only no internal geometry and filled to be solid
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
BendThreeQuarterCircle13 Pipe 1 Line bend 3/4 circle
BendFullCircle14 Pipe 1 Line bend full circle
TeeHalfCircle15 Pipe 1 Line junction 1/2 circle on each side
TeeFullCircle16 Pipe 1 Line junction full circle
CrossNoOutline17 Cable Tray 1 Line a cross without outline
WyeFilled18 Duct exhaust rise/drop with \/ pattern and lower left / is filled
ReverseWyeFilled19 Duct exhaust rise/drop with /\ pattern and lower right \ is filled
See Also