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.