ArcFM Responder Mobile Developer Guide
Execute Method (IMMSelectDesignerObject)






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

Parameters

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