Click or drag to resize

RenderMeshProviderDispose Method (Boolean)

Dispose method. Note that you should only ever call Dispose if you explicitly registered this RenderMeshProvider using RegisterProvider If this provider was created using automatic registration, the Dispose function will thrown an exception.

Namespace:  Rhino.Render.CustomRenderMeshes
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void Dispose(
	bool isDisposing
)

Parameters

isDisposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also