ArcFM Engine Developer Guide
IsEnabledInArcMap Method


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

Parameters

pSelection
application
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

CreateArcMapFavoriteTreeViewToolBase Class
CreateArcMapFavoriteTreeViewToolBase Members

 

 


Send Comment