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


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

IGPFunction.DialogCLSID Property

The class identifier (CLSID) of the custom dialog object to use when invoking the geoprocessing function.

[Visual Basic .NET]
Public ReadOnly Property DialogCLSID As UID
[C#]
public UID DialogCLSID {get;}
[C++]
HRESULT get_DialogCLSID(
  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 DialogCLSID property is only for internal use. This is used to overwrite the default system tool dialog's look and feel. By default, Toolbox creates a dialog based upon the parameters returned by the ParameterInfo property.

See Also

IGPFunction Interface