ArcFM Engine Developer Guide
IsValidWorkspace Method


Syntax
'Declaration
 
Protected Function IsValidWorkspace( _
   ByVal pSelection As IMMTreeViewSelection, _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As Boolean
'Usage
 
Dim instance As CreateFavoriteTreeViewToolBase
Dim pSelection As IMMTreeViewSelection
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim value As Boolean
 
value = instance.IsValidWorkspace(pSelection, workspace)
protected bool IsValidWorkspace( 
   IMMTreeViewSelection pSelection,
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace
)

Parameters

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