WorksessionDetach Method (UInt32) |
Detaches a reference model from this worksession.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool Detach(
uint modelSerialNumber
)
Public Function Detach (
modelSerialNumber As UInteger
) As Boolean
Parameters
- modelSerialNumber
- Type: SystemUInt32
The reference model's serial number, from
SerialNumber.
Return Value
Type:
BooleanTrue if the model was detached, false otherwise.
Remarks
The active model - serial number 0 - cannot be detached.
See Also