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


IMixedFontGridLabel.NumGroupedDigits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMixedFontGridLabel Interface > IMixedFontGridLabel.NumGroupedDigits Property
ArcGIS Developer Help

IMixedFontGridLabel.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(
  System.Int16* 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.

Description

NumGroupedDigits number of digits in the second group of numbers. Essentially start counting from the right and this is these are the digits in the second group.

Remarks

Use -1 to switch fonts after the decimal point.

See Also

IMixedFontGridLabel Interface