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


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

IGPToolName.DialogCLSID Property

The CLSID of the dialog object of the tool name.

[Visual Basic .NET]
Public Property DialogCLSID As UID
[C#]
public UID DialogCLSID {get; set;}
[C++]
HRESULT get_DialogCLSID(
  IUID** ppClsid
);
[C++]
HRESULT putref_DialogCLSID(
  IUID* ppClsid
);
[C++]

Parameters ppClsid [out, retval]
ppClsid is a parameter of type IUID ppClsid [in]
ppClsid is a parameter of type IUID

Product Availability

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

See Also

IGPToolName Interface