ArcObjects Library Reference (Geoprocessing)  

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