This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDEArcInfoUtilities Interface > IDEArcInfoUtilities.MakeGPItems Method (ArcObjects .NET 10.5 SDK) |
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