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


IGPTool.DialogCLSID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPTool.DialogCLSID Property

The class identifier of the custom dialog to use for this tool.

[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.

See Also

IGPTool Interface