ArcGIS Pro 2.6 API Reference Guide
Scale Property (Field)

ArcGIS.Core.Data Namespace > Field Class : Scale Property
Gets a value indicating the scale for field values.
Syntax
public int Scale {get;}
Public ReadOnly Property Scale As Integer
Remarks
Scale is the number of digits to the right of the decimal point in a number. For example, the number 56.78 has a scale of 2. Scale applies only to fields that are double. Scale is always returned as 0 from personal or File geodatabase fields.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Field Class
Field Members