Make item.
[Visual Basic .NET] Public Function MakeGPItem ( _ ByVal pItem As IArcInfoItem _ ) As IGPArcInfoItem
[C#] public IGPArcInfoItem MakeGPItem ( IArcInfoItem pItem );
[C++]
HRESULT MakeGPItem(
IArcInfoItem* pItem,
IGPArcInfoItem** ppGPItem
);
[C++]Parameters
pItem [in]pItem is a parameter of type IArcInfoItem
ppGPItem [out, retval]ppGPItem is a parameter of type IGPArcInfoItem
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.