Revit 2025.3 API
Piping |
Symbol for a 1 line junction drop
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public RiseDropSymbol SingleLineJunctionDropType { get; set; }
Public Property SingleLineJunctionDropType As RiseDropSymbol Get Set
public: property RiseDropSymbol SingleLineJunctionDropType { RiseDropSymbol get (); void set (RiseDropSymbol value); }
member SingleLineJunctionDropType : RiseDropSymbol with get, set
Property Value
RiseDropSymbol| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The input is not a valid piping rise/drop symbol type. |
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also