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


IMixedFontGridLabel2.NumGroupedDigits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMixedFontGridLabel2.NumGroupedDigits Property

The number of digits that are displayed in the secondary font and color.

[Visual Basic .NET]
Public Property NumGroupedDigits As Short
[C#]
public short NumGroupedDigits {get; set;}
[C++]
HRESULT get_NumGroupedDigits(
  short* numGrouped
);
[C++]
HRESULT put_NumGroupedDigits(
  short numGrouped
);
[C++]

Parameters numGrouped [out, retval] numGrouped is a parameter of type short numGrouped [in] numGrouped is a parameter of type short

Product Availability

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

See Also

IMixedFontGridLabel2 Interface