ArcFM Desktop Developer Guide
GetItemInfo Method (LocationCommandBar)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Sub GetItemInfo( _
   ByVal pos As Integer, _
   ByVal itemDef As ESRI.ArcGIS.SystemUI.IItemDef _
) 
'Usage
 
Dim instance As LocationCommandBar
Dim pos As Integer
Dim itemDef As ESRI.ArcGIS.SystemUI.IItemDef
 
instance.GetItemInfo(pos, itemDef)
public void GetItemInfo( 
   int pos,
   ESRI.ArcGIS.SystemUI.IItemDef itemDef
)

Parameters

pos
itemDef
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

LocationCommandBar Class
LocationCommandBar Members

 

 


Send Comment