SweptBlendTopSketch Property |
The top profile sketch of the swept blend.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Sketch TopSketch { get; }
Public ReadOnly Property TopSketch As Sketch
Get
public:
property Sketch^ TopSketch {
Sketch^ get ();
}
member TopSketch : Sketch with get
Property Value
Sketch
RemarksIf the top profile is based on a family symbol, this property is .
See Also