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(
  GUID* pCLSID
);
[C++]

Parameters

pCLSID [out, retval]

  pCLSID is a parameter of type GUID

Product Availability

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

See Also

IClassID Interface