This document is archived and information here might be outdated.  Recommended version.


IPaletteDef.GetItemInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IP > IPaletteDef Interface > IPaletteDef.GetItemInfo Method
ArcGIS Developer Help

IPaletteDef.GetItemInfo Method

The CLSID for the item on this palette at the specified index.

[Visual Basic .NET]
Public Sub GetItemInfo ( _
    ByVal pos As Integer, _
    ByVal itemDef As IItemDef _
)
[C#]
public void GetItemInfo (
    int pos,
    IItemDef itemDef
);
[C++]
HRESULT GetItemInfo(
  long pos,
  IItemDef* itemDef
);
[C++]
Parameters
pos [in]

pos is a parameter of type long itemDef [in]
itemDef is a parameter of type IItemDef*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPaletteDef Interface