ValidateRiseDropSymbolType Method


Confirms if the parameter is a valid piping rise/drop symbol type.

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2012

Syntax

C#
public bool ValidateRiseDropSymbolType(
	RiseDropSymbol risedropType
)
Visual Basic
Public Function ValidateRiseDropSymbolType ( _
	risedropType As RiseDropSymbol _
) As Boolean
Visual C++
public:
bool ValidateRiseDropSymbolType(
	RiseDropSymbol risedropType
)

Parameters

risedropType
Type: Autodesk.Revit.DB.Mechanical RiseDropSymbol
The type.

Return Value

True if the input is a valid piping rise/drop symbol type, false otherwise.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also