Miner.Interop Namespace > IMMAvailableWorkFunctions Interface : Execute Method |
'Declaration
Function Execute( _ ByRef pListItem As ID8ListItem, _ ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _ ByRef lBitSetting As System.Integer _ ) As System.Boolean
'Usage
Dim instance As IMMAvailableWorkFunctions Dim pListItem As ID8ListItem Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace Dim lBitSetting As System.Integer Dim value As System.Boolean value = instance.Execute(pListItem, pWorkspace, lBitSetting)
System.bool Execute( ref ID8ListItem pListItem, ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace, ref System.int lBitSetting )
function Execute( var pListItem: ID8ListItem; pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace; var lBitSetting: System.Integer ): System.Boolean;
function Execute( pListItem : ID8ListItem, pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace, lBitSetting : System.int ) : System.boolean;
System.bool Execute( ref ID8ListItem* pListItem, ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace, ref System.int lBitSetting )
System.bool Execute( ID8ListItem^% pListItem, ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace, System.int% lBitSetting )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2