Click or drag to resize

WorksessionDetach Method (UInt32)

Detaches a reference model from this worksession.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Detach(
	uint modelSerialNumber
)

Parameters

modelSerialNumber
Type: SystemUInt32
The reference model's serial number, from SerialNumber.

Return Value

Type: Boolean
True if the model was detached, false otherwise.
Remarks
The active model - serial number 0 - cannot be detached.
See Also