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


IGPEnvironment.ControlCLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvironment Interface > IGPEnvironment.ControlCLSID Property
ArcGIS Developer Help

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