PipingSystemType.SingleLineBendDropType Property

PipingSystemTypeSingleLineBendDropType Property

Symbol for a 1 line drop

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RiseDropSymbol SingleLineBendDropType { get; set; }
Public Property SingleLineBendDropType As RiseDropSymbol
	Get
	Set
public:
property RiseDropSymbol SingleLineBendDropType {
	RiseDropSymbol get ();
	void set (RiseDropSymbol value);
}
member SingleLineBendDropType : RiseDropSymbol with get, set

Property Value

RiseDropSymbol
Exceptions
ExceptionCondition
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