ArcFM Engine Developer Guide
BaseGasTraceTool Class Members
Fields  Properties  Methods 


The following tables list the members exposed by BaseGasTraceTool.

Protected Fields
 NameDescription
Protected Fieldm_bitmapThe bitmap that is used as the icon on this command, returned by the ICommand::Bitmap property. Null by default. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Protected Fieldm_captionThe caption of this command, returned by the ICommand::Caption property. Null by default. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Protected Fieldm_categoryThe name of the category with which the command is associated, returned by the ICommand::Category property. Null by default. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Protected Fieldm_checkedThe checked state of this command, returned from the ICommand::Checked property. False by default. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Protected Fieldm_cursorA System.Windows.Forms.Cursor that is used for this tool, the handle of which is returned by the ITool::Cursor property. Null by default, indicating the default cursor will be used. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseTool. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseTool)
Protected Fieldm_deactivateIndicates whether or not the Tool is deactivated, returned from the ITool::Deactivate method. True by default. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseTool. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseTool)
Protected Fieldm_enabledThe state of this command, returned from the ICommand::Enabled property. True by default. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Protected Fieldm_helpFileThe name of the helpfile associated with this command, returned by the ICommand::Helpfile property. Null by default. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Protected Fieldm_helpIDThe help context ID associated with this command, used to specify the mapped numeric value of the topic ID of the context sensitive help topic for the command. Null by default. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Protected Fieldm_messageThe statusbar message for this command, returned by the ICommand::Message property. Null by default. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Protected Fieldm_nameA string used for identification of this command, returned by the ICommand::Name property. Null by default. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Protected Fieldm_toolTipThe tooltip for this command, returned from the ICommand::Tooltip property. Null by default. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Top
Public Properties
 NameDescription
Public PropertyBitmapGets the bitmap that is used as the icon on this command, shown when the command is placed on a toolbar in Icon mode. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Public PropertyCaptionThe caption of this command, shown when the command is placed on a toolbar in Caption mode. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Public PropertyCategoryThe name of the category with which the command is associated, used by the Customize dialog box. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Public PropertyCheckedIndicates whether or not this command is checked. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Public PropertyCurrentStartElementType (Inherited from Miner.FrameworkUI.Trace.BaseTraceTool)
Public PropertyCursorGets the Cursor handle that is used as the mouse pointer for this tool, shown when this tool is the active tool. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseTool. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseTool)
Public PropertyEnabled (Inherited from Miner.FrameworkUI.Trace.BaseTraceTool)
Public PropertyHelpContextIDThe statusbar message for this command, appears in the application status bar when the mouse passes over the command. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Public PropertyHelpFileThe name of the helpfile associated with this command. Used to specify the name of the help file that contains the context sensitive help topic for the command. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Public PropertyMessageThe statusbar message for this command, appears in the application status bar when the mouse passes over the command. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Public PropertyNameA string used for programmatic identification of this command. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Public PropertyTooltipThe tooltip for this command, appears in the screen tip when the mouse hovers over the command. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Top
Protected Properties
Public Methods
 NameDescription
Public MethodDeactivateThis method returns a boolean value indicating whether the trace tool has been deactivated. (Inherited from Miner.FrameworkUI.Trace.BaseTraceTool)
Public MethodOnClick (Inherited from Miner.FrameworkUI.Trace.BaseTraceTool)
Public MethodOnContextMenuThis method is called when the context menu event is raised at the given location. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseTool. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseTool)
Public MethodOnCreate (Inherited from Miner.FrameworkUI.Trace.BaseTraceTool)
Public MethodOnDblClickThis method is called when the mouse is double-clicked when the tool is active. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseTool. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseTool)
Public MethodOnKeyDownThis method is called when a key is pressed down, when this tool is active. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseTool. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseTool)
Public MethodOnKeyUpThis method is called when a key is released, when this tool is active. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseTool. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseTool)
Public MethodOnMouseDownThis method is called when a mouse button is pressed down, when this tool is active. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseTool. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseTool)
Public MethodOnMouseMove (Inherited from Miner.FrameworkUI.Trace.BaseTraceTool)
Public MethodOnMouseUpOverloaded.  (Inherited from Miner.FrameworkUI.Trace.BaseTraceTool)
Public MethodRefresh (Inherited from Miner.FrameworkUI.Trace.BaseTraceTool)
Public MethodUpdateBitmapChanges the Bitmap for the command. Call this method to update the icon used for the command at runtime, after the command has already been instantiated. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Top
Protected Methods
 NameDescription
Protected MethodDisplayResults (Inherited from Miner.FrameworkUI.Trace.BaseTraceTool)
Protected MethodFinalizeOverridden.  Destructor. Cleans up GDI resources used by the BaseCommand. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseCommand. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand)
Protected MethodGetTraceConfigOverridden. This method retrieves the gas trace configuration information.  
Top
See Also

Reference

BaseGasTraceTool Class
Miner.FrameworkUI.Trace Namespace

 

 


Send Comment