MEPCurveType.Shape Property

MEPCurveTypeShape Property

The shape of the profile.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ConnectorProfileType Shape { get; }
Public ReadOnly Property Shape As ConnectorProfileType
	Get
public:
property ConnectorProfileType Shape {
	ConnectorProfileType get ();
}
member Shape : ConnectorProfileType with get

Property Value

ConnectorProfileType
See Also