ArcFM Responder Mobile Developer Guide
ExecuteByClass Method






Syntax
'Declaration
 
Sub ExecuteByClass( _
   ByVal pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   ByVal lSubtypeCode As System.Integer, _
   ByVal bSelectWorkFunction As System.Boolean, _
   Optional ByVal lWorkFunction As System.Integer, _
   Optional ByVal pFilterProp As ESRI.ArcGIS.esriSystem.IPropertySet, _
   Optional ByRef hWndParent As System.Integer, _
   Optional ByVal eOption As mmDesignerObjectSelectOption _
) 
'Usage
 
Dim instance As IMMSelectDesignerObject
Dim pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim lSubtypeCode As System.Integer
Dim bSelectWorkFunction As System.Boolean
Dim lWorkFunction As System.Integer
Dim pFilterProp As ESRI.ArcGIS.esriSystem.IPropertySet
Dim hWndParent As System.Integer
Dim eOption As mmDesignerObjectSelectOption
 
instance.ExecuteByClass(pObjectClass, lSubtypeCode, bSelectWorkFunction, lWorkFunction, pFilterProp, hWndParent, eOption)
void ExecuteByClass( 
   ESRI.ArcGIS.Geodatabase.IObjectClass pObjectClass,
   System.int lSubtypeCode,
   System.bool bSelectWorkFunction,
   System.int lWorkFunction,
   ESRI.ArcGIS.esriSystem.IPropertySet pFilterProp,
   ref System.int hWndParent,
   mmDesignerObjectSelectOption eOption
)
procedure ExecuteByClass( 
    pObjectClass: ESRI.ArcGIS.Geodatabase.IObjectClass;
    lSubtypeCode: System.Integer;
    bSelectWorkFunction: System.Boolean;
    lWorkFunction: System.Integer;
    pFilterProp: ESRI.ArcGIS.esriSystem.IPropertySet;
   var  hWndParent: System.Integer;
    eOption: mmDesignerObjectSelectOption
); 
function ExecuteByClass( 
   pObjectClass : ESRI.ArcGIS.Geodatabase.IObjectClass,
   lSubtypeCode : System.int,
   bSelectWorkFunction : System.boolean,
   lWorkFunction : System.int,
   pFilterProp : ESRI.ArcGIS.esriSystem.IPropertySet,
   hWndParent : System.int,
   eOption : mmDesignerObjectSelectOption
);
void ExecuteByClass( 
   ESRI.ArcGIS.Geodatabase.IObjectClass* pObjectClass,
   System.int lSubtypeCode,
   System.bool bSelectWorkFunction,
   System.int lWorkFunction,
   ESRI.ArcGIS.esriSystem.IPropertySet* pFilterProp,
   ref System.int hWndParent,
   mmDesignerObjectSelectOption eOption
) 
void ExecuteByClass( 
   ESRI.ArcGIS.Geodatabase.IObjectClass^ pObjectClass,
   System.int lSubtypeCode,
   System.bool bSelectWorkFunction,
   System.int lWorkFunction,
   ESRI.ArcGIS.esriSystem.IPropertySet^ pFilterProp,
   System.int% hWndParent,
   mmDesignerObjectSelectOption eOption
) 

Parameters

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

IMMSelectDesignerObject Interface
IMMSelectDesignerObject Members

Send Feedback