EngineObject.Dispose Method
Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents.
Dispose()
Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents.Syntax
public void Dispose ()
Remarks
In .NET, after Dispose has been called calling any methods or accessing any properties will result in an ObjectDisposedException being thrown.
In Java, after Dispose has been called calling any methods or accessing any properties will result in undefined behavior.
If you get errors about views being disposed while trying to swap between views in a MapControl, it could be the case that the MapControls have ownership of your views while you'd like the application to own your views with MapControl.ViewOwnership = Application. You might also want to set View.UpdateEnabled = false before switching views.
Platforms
Windows, Linux, Android