ComputationDataFor3DPathSetGetCurves Method |
Gets the curves that define the 3D path set.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic IList<Curve> GetCurves()
Public Function GetCurves As IList(Of Curve)
public:
IList<Curve^>^ GetCurves()
member GetCurves : unit -> IList<Curve>
Return Value
IListCurve
The curves that define the 3D path set.
See Also