DividedPathCreate(Document, IListReference) Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
- document Document
-
- curveReferences IListReference
-
Return Value
DividedPath
See Also