Check whether the type of fitting in this section is main.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Syntax
C# |
---|
public bool IsMain( ElementId fittingId ) |
Visual Basic |
---|
Public Function IsMain ( _ fittingId As ElementId _ ) As Boolean |
Visual C++ |
---|
public: bool IsMain( ElementId^ fittingId ) |
Parameters
- fittingId
- Type: Autodesk.Revit.DB..::..ElementId
The element id which can be duct fitting and pipe fitting.
Return Value
True if the type of fitting in this section is main False if the type of fitting in this section is branch
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | The ElementId fittingId does not correspond to a valid section fitting member. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |