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


IDEArcInfoUtilities.MakeGPItems Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDEArcInfoUtilities.MakeGPItems Method

Make Items.

[Visual Basic .NET]
Public Function MakeGPItems ( _
    ByVal pItems As IArcInfoItems _
) As IArray
[C#]
public IArray MakeGPItems (
    IArcInfoItems pItems
);
[C++]
HRESULT MakeGPItems(
  IArcInfoItems* pItems,
  IArray** ppGPItems
);
[C++]

Parameters pItems [in]
pItems is a parameter of type IArcInfoItems ppGPItems [out, retval]
ppGPItems is a parameter of type IArray

Product Availability

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

See Also

IDEArcInfoUtilities Interface