ArcFM Responder Mobile Developer Guide
ExecuteByClassModal Method






Syntax
'Declaration
 
Function ExecuteByClassModal( _
   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 ByVal eOption As mmDesignerObjectSelectOption _
) As ID8ListItem
'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 eOption As mmDesignerObjectSelectOption
Dim value As ID8ListItem
 
value = instance.ExecuteByClassModal(pObjectClass, lSubtypeCode, bSelectWorkFunction, lWorkFunction, pFilterProp, eOption)
ID8ListItem ExecuteByClassModal( 
   ESRI.ArcGIS.Geodatabase.IObjectClass pObjectClass,
   System.int lSubtypeCode,
   System.bool bSelectWorkFunction,
   System.int lWorkFunction,
   ESRI.ArcGIS.esriSystem.IPropertySet pFilterProp,
   mmDesignerObjectSelectOption eOption
)
function ExecuteByClassModal( 
    pObjectClass: ESRI.ArcGIS.Geodatabase.IObjectClass;
    lSubtypeCode: System.Integer;
    bSelectWorkFunction: System.Boolean;
    lWorkFunction: System.Integer;
    pFilterProp: ESRI.ArcGIS.esriSystem.IPropertySet;
    eOption: mmDesignerObjectSelectOption
): ID8ListItem; 
function ExecuteByClassModal( 
   pObjectClass : ESRI.ArcGIS.Geodatabase.IObjectClass,
   lSubtypeCode : System.int,
   bSelectWorkFunction : System.boolean,
   lWorkFunction : System.int,
   pFilterProp : ESRI.ArcGIS.esriSystem.IPropertySet,
   eOption : mmDesignerObjectSelectOption
) : ID8ListItem;
ID8ListItem* ExecuteByClassModal( 
   ESRI.ArcGIS.Geodatabase.IObjectClass* pObjectClass,
   System.int lSubtypeCode,
   System.bool bSelectWorkFunction,
   System.int lWorkFunction,
   ESRI.ArcGIS.esriSystem.IPropertySet* pFilterProp,
   mmDesignerObjectSelectOption eOption
) 
ID8ListItem^ ExecuteByClassModal( 
   ESRI.ArcGIS.Geodatabase.IObjectClass^ pObjectClass,
   System.int lSubtypeCode,
   System.bool bSelectWorkFunction,
   System.int lWorkFunction,
   ESRI.ArcGIS.esriSystem.IPropertySet^ pFilterProp,
   mmDesignerObjectSelectOption eOption
) 

Parameters

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