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


IGPToolName.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 > IGPToolName Interface > IGPToolName.DialogCLSID Property
ArcGIS Developer Help

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