ArcFM Responder Mobile Developer Guide
ExecuteModal Method






Syntax
'Declaration
 
Sub ExecuteModal( _
   ByVal pListItem As ID8ListItem, _
   ByRef ppItemSelected As ID8ListItem, _
   ByVal bSelectWorkFunction As System.Boolean, _
   Optional ByRef lWorkFunction As System.Integer, _
   Optional ByVal eOption As mmDesignerObjectSelectOption _
) 
'Usage
 
Dim instance As IMMSelectDesignerObject
Dim pListItem As ID8ListItem
Dim ppItemSelected As ID8ListItem
Dim bSelectWorkFunction As System.Boolean
Dim lWorkFunction As System.Integer
Dim eOption As mmDesignerObjectSelectOption
 
instance.ExecuteModal(pListItem, ppItemSelected, bSelectWorkFunction, lWorkFunction, eOption)
procedure ExecuteModal( 
    pListItem: ID8ListItem;
   Out  ppItemSelected: ID8ListItem;
    bSelectWorkFunction: System.Boolean;
   var  lWorkFunction: System.Integer;
    eOption: mmDesignerObjectSelectOption
); 
function ExecuteModal( 
   pListItem : ID8ListItem,
   ppItemSelected : ID8ListItem,
   bSelectWorkFunction : System.boolean,
   lWorkFunction : System.int,
   eOption : mmDesignerObjectSelectOption
);
void ExecuteModal( 
   ID8ListItem* pListItem,
   [PARAMFLAG::Out] ID8ListItem* ppItemSelected,
   System.bool bSelectWorkFunction,
   ref System.int lWorkFunction,
   mmDesignerObjectSelectOption eOption
) 

Parameters

pListItem
ppItemSelected
bSelectWorkFunction
lWorkFunction
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