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


IGPUtilities.MakeGPValueFromObject Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.MakeGPValueFromObject Method

Generate an GPValue from an Arc Object.

[Visual Basic .NET]
Public Function MakeGPValueFromObject ( _
    ByVal pUnk As Object _
) As IGPValue
[C#]
public IGPValue MakeGPValueFromObject (
    object pUnk
);
[C++]
HRESULT MakeGPValueFromObject(
  LPUNKNOWN pUnk
);
[C++]

Parameters pUnk [in]
pUnk is a parameter of type IUnknown

Product Availability

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

See Also

IGPUtilities Interface