Click or drag to resize

WorksessionAttach Method (IEnumerableString)

Attaches several models to this worksession as reference models.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public int Attach(
	IEnumerable<string> paths
)

Parameters

paths
Type: System.Collections.GenericIEnumerableString
The full paths to the .3dm files to attach.

Return Value

Type: Int32
The number of models that were attached.
See Also