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