CustomGripObjectDispose Method (Boolean) |
Rhino 5 for WindowsReleases the unmanaged resources used by the
CustomGripObject and optionally releases the managed resources
Namespace: Rhino.DocObjects.CustomAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxprotected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
Parameters
- disposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also