ComputationDataFor3DPathSetGetCurves Method

Gets the curves that define the 3D path set.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public IList<Curve> GetCurves()

Return Value

IListCurve
The curves that define the 3D path set.
See Also