ArcFM Engine Developer Guide
GetFavoritesWindow Method


Syntax
'Declaration
 
Protected Function GetFavoritesWindow( _
   ByVal pSelection As IMMTreeViewSelection, _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal applicationhWnd As Integer _
) As SelectFavoriteTableWindow
'Usage
 
Dim instance As CreateFavoriteTreeViewToolBase
Dim pSelection As IMMTreeViewSelection
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim applicationhWnd As Integer
Dim value As SelectFavoriteTableWindow
 
value = instance.GetFavoritesWindow(pSelection, workspace, applicationhWnd)
protected SelectFavoriteTableWindow GetFavoritesWindow( 
   IMMTreeViewSelection pSelection,
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace,
   int applicationhWnd
)

Parameters

pSelection
workspace
applicationhWnd
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