ArcFM Engine Developer Guide
GetCommandItem Property (IAppUtils)


Syntax
'Declaration
 
<DispIdAttribute(1610678272)>
ReadOnly Property GetCommandItem( _
   ByVal pApp As ESRI.ArcGIS.Framework.IApplication, _
   ByVal pToolClsid As Guid _
) As ESRI.ArcGIS.Framework.ICommandItem
'Usage
 
Dim instance As IAppUtils
Dim pApp As ESRI.ArcGIS.Framework.IApplication
Dim pToolClsid As Guid
Dim value As ESRI.ArcGIS.Framework.ICommandItem
 
value = instance.GetCommandItem(pApp, pToolClsid)
[DispId(1610678272)]
ESRI.ArcGIS.Framework.ICommandItem GetCommandItem( 
   ESRI.ArcGIS.Framework.IApplication pApp,
   Guid pToolClsid
) {get;}

Parameters

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

IAppUtils Interface
IAppUtils Members

 

 


Send Comment