RebarShapeGetCurvesForBrowser Method |
Generate curves for the shape, as used in the shape browser.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic IList<Curve> GetCurvesForBrowser()
Public Function GetCurvesForBrowser As IList(Of Curve)
public:
IList<Curve^>^ GetCurvesForBrowser()
member GetCurvesForBrowser : unit -> IList<Curve>
Return Value
IListCurve
An array of curves representing the shape with its default parameters.
See Also