Click or drag to resize

WorksessionDetach Method (IEnumerableUInt32)

Detaches several reference models from this worksession.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Detach(
	IEnumerable<uint> modelSerialNumbers
)

Parameters

modelSerialNumbers
Type: System.Collections.GenericIEnumerableUInt32
The reference models' serial numbers, from SerialNumber.

Return Value

Type: Boolean
True if at least one model was detached, false otherwise.
See Also