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


IDEArcInfoUtilities.MakeGPItem Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDEArcInfoUtilities.MakeGPItem Method

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.

See Also

IDEArcInfoUtilities Interface