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
)
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
See Also