Share

MEPCurveType.MultiShapeTransition Property

The default multi shape transition fitting of the MEP curve type.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public FamilySymbol MultiShapeTransition { get; set; }

Property Value

FamilySymbol

Remarks

This property is used to retrieve the default multi shape transition fitting of the MEP curve type, and can be nullptr if there is no default value. Use RoutingPreferenceManager to set this property for PipeType MEPCurves.

See Also

Reference

Was this information helpful?