ArcFM Responder Mobile Developer Guide
Execute Method (IMMQuickAttrViewer)






Syntax
'Declaration
 
Sub Execute( _
   ByVal pItem As ID8ListItem _
) 
'Usage
 
Dim instance As IMMQuickAttrViewer
Dim pItem As ID8ListItem
 
instance.Execute(pItem)
void Execute( 
   ID8ListItem pItem
)
procedure Execute( 
    pItem: ID8ListItem
); 
function Execute( 
   pItem : ID8ListItem
);
void Execute( 
   ID8ListItem* pItem
) 
void Execute( 
   ID8ListItem^ pItem
) 

Parameters

pItem
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

IMMQuickAttrViewer Interface
IMMQuickAttrViewer Members

Send Feedback