ArcObjects Library Reference (Geoprocessing)  

IGPToolExtensionGen.DialogCLSID Property

The CLSID of a custom dialog class to enter/edit parameter values for custom tools associated with this tool extension.

[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

IGPToolExtensionGen Interface