Revit 2026 API
MEPCurve |
The default tap fitting of the MEP curve type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FamilySymbol Tap { get; set; }
Public Property Tap As FamilySymbol Get Set
public: property FamilySymbol^ Tap { FamilySymbol^ get (); void set (FamilySymbol^ value); }
member Tap : FamilySymbol with get, set
Property Value
FamilySymbol
This property is used to retrieve the default tap fitting of the MEP curve type,
and can be if there is no default value.
Use RoutingPreferenceManager to set this property for PipeType MEPCurves.
See Also