ArcFM Responder Mobile Developer Guide
Execute Method (IMMOperateFinderForm)






Syntax
'Declaration
 
Sub Execute( _
   ByVal pApp As ESRI.ArcGIS.Framework.IApplication, _
   ByVal bRequireObjectClass As System.Boolean, _
   ByVal pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   ByVal bRequireFinder As System.Boolean, _
   ByVal strFinderName As System.String, _
   ByVal bShowButtons As System.Boolean _
) 
'Usage
 
Dim instance As IMMOperateFinderForm
Dim pApp As ESRI.ArcGIS.Framework.IApplication
Dim bRequireObjectClass As System.Boolean
Dim pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim bRequireFinder As System.Boolean
Dim strFinderName As System.String
Dim bShowButtons As System.Boolean
 
instance.Execute(pApp, bRequireObjectClass, pObjectClass, bRequireFinder, strFinderName, bShowButtons)
void Execute( 
   ESRI.ArcGIS.Framework.IApplication pApp,
   System.bool bRequireObjectClass,
   ESRI.ArcGIS.Geodatabase.IObjectClass pObjectClass,
   System.bool bRequireFinder,
   System.string strFinderName,
   System.bool bShowButtons
)
procedure Execute( 
    pApp: ESRI.ArcGIS.Framework.IApplication;
    bRequireObjectClass: System.Boolean;
    pObjectClass: ESRI.ArcGIS.Geodatabase.IObjectClass;
    bRequireFinder: System.Boolean;
    strFinderName: System.String;
    bShowButtons: System.Boolean
); 
function Execute( 
   pApp : ESRI.ArcGIS.Framework.IApplication,
   bRequireObjectClass : System.boolean,
   pObjectClass : ESRI.ArcGIS.Geodatabase.IObjectClass,
   bRequireFinder : System.boolean,
   strFinderName : System.String,
   bShowButtons : System.boolean
);
void Execute( 
   ESRI.ArcGIS.Framework.IApplication* pApp,
   System.bool bRequireObjectClass,
   ESRI.ArcGIS.Geodatabase.IObjectClass* pObjectClass,
   System.bool bRequireFinder,
   System.string* strFinderName,
   System.bool bShowButtons
) 
void Execute( 
   ESRI.ArcGIS.Framework.IApplication^ pApp,
   System.bool bRequireObjectClass,
   ESRI.ArcGIS.Geodatabase.IObjectClass^ pObjectClass,
   System.bool bRequireFinder,
   System.String^ strFinderName,
   System.bool bShowButtons
) 

Parameters

pApp
bRequireObjectClass
pObjectClass
bRequireFinder
strFinderName
bShowButtons
Requirements

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

See Also

Reference

IMMOperateFinderForm Interface
IMMOperateFinderForm Members

Send Feedback