ArcFM Engine Developer Guide
IsEnabled Method


Syntax
'Declaration
 
Protected Function IsEnabled( _
   ByVal pSelection As IMMTreeViewSelection, _
   ByVal application As ESRI.ArcGIS.Framework.IApplication, _
   ByVal window As SelectFavoriteTableWindow _
) As Boolean
'Usage
 
Dim instance As CreateFavoriteTreeViewToolBase
Dim pSelection As IMMTreeViewSelection
Dim application As ESRI.ArcGIS.Framework.IApplication
Dim window As SelectFavoriteTableWindow
Dim value As Boolean
 
value = instance.IsEnabled(pSelection, application, window)
protected bool IsEnabled( 
   IMMTreeViewSelection pSelection,
   ESRI.ArcGIS.Framework.IApplication application,
   SelectFavoriteTableWindow window
)

Parameters

pSelection
application
window
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CreateFavoriteTreeViewToolBase Class
CreateFavoriteTreeViewToolBase Members

 

 


Send Comment