Revit 2025 API
MEPCurve |
The default cross fitting of the MEP curve type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public FamilySymbol Cross { get; set; }
Public Property Cross As FamilySymbol Get Set
public: property FamilySymbol^ Cross { FamilySymbol^ get (); void set (FamilySymbol^ value); }
member Cross : FamilySymbol with get, set
Property Value
FamilySymbol
This property is used to retrieve the default cross 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