ArcFM Engine Developer Guide
ExecuteByClass Method


Syntax
'Declaration
 
Sub ExecuteByClass( _
   ByVal pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   ByVal lSubtypeCode As Integer, _
   ByVal bSelectWorkFunction As Boolean, _
   Optional ByVal lWorkFunction As Integer, _
   Optional ByVal pFilterProp As ESRI.ArcGIS.esriSystem.IPropertySet, _
   Optional ByRef hWndParent As Integer, _
   Optional ByVal eOption As mmDesignerObjectSelectOption _
) 
'Usage
 
Dim instance As IMMSelectDesignerObject
Dim pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim lSubtypeCode As Integer
Dim bSelectWorkFunction As Boolean
Dim lWorkFunction As Integer
Dim pFilterProp As ESRI.ArcGIS.esriSystem.IPropertySet
Dim hWndParent As Integer
Dim eOption As mmDesignerObjectSelectOption
 
instance.ExecuteByClass(pObjectClass, lSubtypeCode, bSelectWorkFunction, lWorkFunction, pFilterProp, hWndParent, eOption)
void ExecuteByClass( 
   ESRI.ArcGIS.Geodatabase.IObjectClass pObjectClass,
   int lSubtypeCode,
   bool bSelectWorkFunction,
   int lWorkFunction,
   ESRI.ArcGIS.esriSystem.IPropertySet pFilterProp,
   ref int hWndParent,
   mmDesignerObjectSelectOption eOption
)

Parameters

pObjectClass
lSubtypeCode
bSelectWorkFunction
lWorkFunction
pFilterProp
hWndParent
eOption
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

IMMSelectDesignerObject Interface
IMMSelectDesignerObject Members

 

 


Send Comment