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


IGPParameterEdit.ControlCLSID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit.ControlCLSID Property

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

[Visual Basic .NET]
Public WriteOnly Property ControlCLSID
[C#]
public void ControlCLSID {set;}
[C++]
HRESULT put_ControlCLSID(
  IUID* 
);
[C++]

Parameters [in]
is a parameter of type IUID

Product Availability

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

See Also

IGPParameterEdit Interface

.NET Related Topics

Building a custom geoprocessing function tool