ArcObjects Library Reference (DataSourcesFile)  

IGPArcInfoItem.NumberDecimals Property

The number of decimal places of the info item.

[Visual Basic .NET]
Public Property NumberDecimals As Integer
[C#]
public int NumberDecimals {get; set;}
[C++]
HRESULT get_NumberDecimals(
  long* number
);
[C++]
HRESULT put_NumberDecimals(
  long number
);
[C++]

Parameters

number [out, retval]   number is a parameter of type long number [in]   number is a parameter of type long

Product Availability

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

See Also

IGPArcInfoItem Interface