ArcObjects Library Reference (GeoDatabase)  

IGPCodedValueDomain2.CodeCount Property

The number of codes for the associated attribute.

[Visual Basic .NET]
Public ReadOnly Property CodeCount As Integer
[C#]
public int CodeCount {get;}
[C++]
HRESULT get_CodeCount(
  long* values
);
[C++]

Parameters

values [out, retval]   values is a parameter of type long

Product Availability

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

See Also

IGPCodedValueDomain2 Interface