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


IClassID.GetCLSID Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IClassID.GetCLSID Method

Identify class ID for an object.

[Visual Basic .NET]
Public Function GetCLSID ( _
) As Guid
[C#]
public Guid GetCLSID (
);
[C++]
HRESULT GetCLSID(
void
);

Product Availability

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

See Also

IClassID Interface