ArcFM Responder Mobile Developer Guide
GetCommandItem Property (IAppUtils)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
ReadOnly Property GetCommandItem( _
   ByVal pApp As ESRI.ArcGIS.Framework.IApplication, _
   ByVal pToolClsid As System.Guid _
) As ESRI.ArcGIS.Framework.ICommandItem
'Usage
 
Dim instance As IAppUtils
Dim pApp As ESRI.ArcGIS.Framework.IApplication
Dim pToolClsid As System.Guid
Dim value As ESRI.ArcGIS.Framework.ICommandItem
 
value = instance.GetCommandItem(pApp, pToolClsid)
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.Framework.ICommandItem GetCommandItem( 
   ESRI.ArcGIS.Framework.IApplication pApp,
   System.Guid pToolClsid
) {get;}
read-only property GetCommandItem( 
    pApp: ESRI.ArcGIS.Framework.IApplication;
    pToolClsid: System.Guid
): ESRI.ArcGIS.Framework.ICommandItem; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get GetCommandItem( 
   pApp : ESRI.ArcGIS.Framework.IApplication,
   pToolClsid : System.Guid
) : ESRI.ArcGIS.Framework.ICommandItem
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.Framework.ICommandItem* get_GetCommandItem( 
   ESRI.ArcGIS.Framework.IApplication* pApp,
   System.Guid pToolClsid
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.Framework.ICommandItem^ GetCommandItem {
   ESRI.ArcGIS.Framework.ICommandItem^ get(ESRI.ArcGIS.Framework.IApplication^ pApp, System.Guid pToolClsid);
}

Parameters

pApp
pToolClsid
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

IAppUtils Interface
IAppUtils Members

Send Feedback