| Revit 2022.1 API |
| PipingSystemType..::..SingleLineJunctionRiseType Property |
| PipingSystemType Class See Also |
Symbol for a 1 line junction rise
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public RiseDropSymbol SingleLineJunctionRiseType { get; set; } |
| Visual Basic |
|---|
Public Property SingleLineJunctionRiseType As RiseDropSymbol Get Set |
| Visual C++ |
|---|
public: property RiseDropSymbol SingleLineJunctionRiseType { RiseDropSymbol get (); void set (RiseDropSymbol value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | When setting this property: The input is not a valid piping rise/drop symbol type. |
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |