| PointVisualizerTEntityDispose Method (Boolean) | 
 
        Releases any resources associated with this instance.
      
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxprotected override void Dispose(
	bool disposing
)
Protected Overrides Sub Dispose ( 
	disposing As Boolean
)
protected:
virtual void Dispose(
	bool disposing
) override
abstract Dispose : 
        disposing : bool -> unit 
override Dispose : 
        disposing : bool -> unit Parameters
- disposing
- Type: SystemBoolean
 to release both managed and unmanaged resources;
         to release only unmanaged resources.
 See Also
See Also