This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor2 Interface > IGeoProcessor2.Open Method (ArcObjects .NET 10.5 SDK) |
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