WorksessionAttach Method (IEnumerableString) |
Attaches several models to this worksession as reference models.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic int Attach(
IEnumerable<string> paths
)
Public Function Attach (
paths As IEnumerable(Of String)
) As Integer
Parameters
- paths
- Type: System.Collections.GenericIEnumerableString
The full paths to the .3dm files to attach.
Return Value
Type:
Int32The number of models that were attached.
See Also