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


IApplicationIdentifyDialog.GetClassID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IApplicationIdentifyDialog Interface > IApplicationIdentifyDialog.GetClassID Method
ArcGIS Developer Help

IApplicationIdentifyDialog.GetClassID Method

Returns the identify dialog ID.

[Visual Basic .NET]
Public Sub GetClassID ( _
    ByRef classID As Guid& _
)
[C#]
public void GetClassID (
    ref Guid& classID
);

Product Availability

Available with ArcGIS Desktop.

See Also

IApplicationIdentifyDialog Interface