|  | TerrainLayerDispose Method (Boolean) | 
            Releases the unmanaged resources used by an instance of the 
TerrainLayer class
            and optionally releases the managed resources.
            
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxprotected virtual void Dispose(
	bool disposing
)
Protected Overridable Sub Dispose ( 
	disposing As Boolean
)
protected:
virtual void Dispose(
	bool disposing
)
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.
 Remarks
Remarks See Also
See Also