ArcObjects Library Reference (Geoprocessing)  

IGPEnvironment.ControlCLSID Property

Class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing environment.

[Visual Basic .NET]
Public Property ControlCLSID As UID
[C#]
public UID ControlCLSID {get; set;}
[C++]
HRESULT get_ControlCLSID(
  IUID** CLSID
);
[C++]
HRESULT put_ControlCLSID(
  IUID* CLSID
);
[C++]

Parameters

CLSID [out, retval]

  CLSID is a parameter of type IUID

CLSID [in]

  CLSID is a parameter of type IUID

Product Availability

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

See Also

IGPEnvironment Interface