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


IGeoProcessor2.Open Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor2.Open Method

Open an objector a namestring. Example a DEFeatureClass object will return an IFeatureClass.

[Visual Basic .NET]
Public Function Open ( _
    ByVal Value As Object _
) As Object
[C#]
public object Open (
    object Value
);
[C++]
HRESULT Open(
  VARIANT Value,
  LPUNKNOWN* ppResult
);
[C++]

Parameters Value [in] Value is a parameter of type VARIANT ppResult [out, retval] ppResult is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IGeoProcessor2 Interface