ArcFM Engine Developer Guide
Miner.Desktop Namespace
Inheritance Hierarchy
Classes
 ClassDescription
ClassAUBrowser  
ClassAUBrowserControl  
ClassCuSelTopLevel Returns a reference to the attribute editor targets tab top level D8List.
ClassFeatureTopLevel Returns a reference to the table of contents features tab top level D8List.
ClassFeSelTopLevel Returns a reference to the attribute editor selection tab top level D8List.
ClassMMEnumStoredDisplayNameExtensions  
ClassMMTreeViewSelectionExtensions  
ClassModelNameBrowser  
ClassMouseCursor Miner.Desktop.MouseCursor is a wrapper for ESRI's mouse cursor. this mouse cursor class is environment-aware. If we are running in desktop, we create an ESRI MouseCursor object and set it's cursor id. If we are running in engine, and Miner.Desktop is installed, then we do not create an ESRI MouseCursor because it interferes with the current cursor in the engine environment. The problem this solves is that ESRI's mouse cursor interferes with the current cursor in the engine environment. So in order to allow the engine code to control it's own current cursor, we need to make sure that any of our code that uses ESRI's mouse cursor (such as mmStoredStuff) will not attempt to create an ESRI mouse cursor when it's running in the engine environment. This is only a concern when ArcMap is installed, of course. Without ArcMap, you don't have the desktop environment, and projects like mmStoredStuff can't create an ESRI MouseCursor, so we're fine. The way ESRI MouseCursor works, is it sets the cursor to whatever you tell it, and it stays that way until the object gets destroyed. This object will work the same way. It just won't create the ESRI MouseCursor when running in the engine environment.
ClassQAQCTopLevel Returns a reference to the attribute editor QAQC tab top level D8List.
ClassRealTimeFeedManagerFinder Summary description for GpsExtFinder. Helper class for Miner.Framework.GpsInfo class
ClassToolFinder Summary description for ToolFinder.
See Also

Reference

Miner.Desktop Assembly

 

 


Send Comment