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


IGPParameter.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 > IGPParameter Interface > IGPParameter.ControlCLSID Property
ArcGIS Developer Help

IGPParameter.ControlCLSID Property

The class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing parameter.

[Visual Basic .NET]
Public ReadOnly Property ControlCLSID As UID
[C#]
public UID ControlCLSID {get;}
[C++]
HRESULT get_ControlCLSID(
  IUID** CLSID
);
[C++]
Parameters
CLSID [out, retval]

CLSID is a parameter of type IUID**

Product Availability

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

Remarks

The ControlCLSID property is optional; it is used to override the default control of the DataType. If no CLSID is supplied, then the control of the DataType is used.

See Also

IGPParameter Interface