ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.MakeGPValueFromObject Method

Generate an GPValue from an Arc Object.

[Visual Basic 6.0]
Function MakeGPValueFromObject(
    ByVal pUnk As Unknown _
) As IGPValue
[Visual Basic .NET]
Public Function MakeGPValueFromObject ( _
    ByVal pUnk As Object _
) As IGPValue
[C#]
public IGPValue MakeGPValueFromObject (
    object pUnk
);
[Java]
public IGPValue makeGPValueFromObject (
    Object pUnk
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

See Also

IGPUtilities Interface

 


Feedback Send feedback on this page