ContentUndoHelper.Dispose Method (Boolean)

ContentUndoHelperDispose Method (Boolean)

Releases the unmanaged resources used by the ContentUndoHelper and optionally releases the managed resources

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void Dispose(
	bool isDisposing
)
Protected Overridable Sub Dispose ( 
	isDisposing As Boolean
)

Parameters

isDisposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
Version Information

Rhino for Windows

Supported in: 6.14
See Also