This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParameter Interface > IGPParameter.ControlCLSID Property (ArcObjects .NET 10.4 SDK) |
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
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.