ArcFM Engine Developer Guide
Execute Method (IMMOperateFinderForm)


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

Parameters

pApp
bRequireObjectClass
pObjectClass
bRequireFinder
strFinderName
bShowButtons
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

IMMOperateFinderForm Interface
IMMOperateFinderForm Members

 

 


Send Comment