Revit 2026 API
Divided |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static DividedPath Create( Document document, IList<Reference> curveReferences )
Public Shared Function Create ( document As Document, curveReferences As IList(Of Reference) ) As DividedPath
public: static DividedPath^ Create( Document^ document, IList<Reference^>^ curveReferences )
static member Create : document : Document * curveReferences : IList<Reference> -> DividedPath
Parameters
Return Value
DividedPathSee Also