ArcFM Solution 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)
void ExecuteModal( 
   ID8ListItem pListItem,
   out ID8ListItem ppItemSelected,
   System.bool bSelectWorkFunction,
   ref System.int lWorkFunction,
   mmDesignerObjectSelectOption eOption
)

Parameters

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