This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.CreateObject Method (ArcObjects .NET 10.4 SDK) |
Creates a geoprocessing object that can be used in a scripting environment.
[Visual Basic .NET] Public Function CreateObject ( _ ByRef pObjectName As Object, _ [ByRef pExtraArg As Object] _ ) As Object
[C#] public object CreateObject ( ref object pObjectName, ref object pExtraArg );
Optional Values
[C++]
HRESULT CreateObject(
VARIANT* pObjectName,
VARIANT* pExtraArg,
IDispatch** ppObject
);
[C++]
Parameters pObjectName [in] pObjectName is a parameter of type VARIANT pExtraArg [optional] pExtraArg is a parameter of type VARIANT
To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND. ppObject [out, retval] ppObject is a parameter of type IDispatch*