Overload_Rhino_Geometry_Intersect_CurveIntersections_Dispose - mcneel/rhinocommon-api-docs GitHub Wiki

CurveIntersections.Dispose Method

Overload List

 

Name Description
Public method Dispose() Actively reclaims unmanaged resources that this instance uses.
Protected method Dispose(Boolean) For derived class implementers. This method is called with argument true when class user calls Dispose(), while with argument false when the Garbage Collector invokes the finalizer, or Finalize() method.

You must reclaim all used unmanaged resources in both cases, and can use this chance to call Dispose on disposable fields if the argument is true.

Also, you must call the base virtual method within your overriding method.

  Back to Top

See Also

Reference

CurveIntersections Class
Rhino.Geometry.Intersect Namespace

⚠️ **GitHub.com Fallback** ⚠️