ArcFM Solution 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
)

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