SweptBlend.BottomSketch Property

SweptBlendBottomSketch Property

The bottom profile sketch of the swept blend.

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

Property Value

Sketch
Remarks
If the bottom profile is based on a family symbol, this property is .
See Also