This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.MakeGPValueFromObject Method (ArcObjects .NET 10.4 SDK) |
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,
IGPValue** ppGPValue
);
[C++]
Parameters pUnk [in] pUnk is a parameter of type LPUNKNOWN ppGPValue [out, retval]
ppGPValue is a parameter of type IGPValue