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


IClassifyGEN.ClassID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > IClassifyGEN Interface > IClassifyGEN.ClassID Property
ArcGIS Developer Help

IClassifyGEN.ClassID Property

The CLSID for the classification object.

[Visual Basic .NET]
Public ReadOnly Property ClassID As UID
[C#]
public UID ClassID {get;}
[C++]
HRESULT get_ClassID(
  IUID** clsid
);
[C++]
Parameters
clsid [out, retval]

clsid is a parameter of type IUID**

Product Availability

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

Description

Returns the GUID of the classification object.

See Also

IClassifyGEN Interface