ArcGIS Pro 2.9 API Reference Guide
Scale Property (FieldDescription)

ArcGIS.Core.Data.DDL Namespace > FieldDescription Class : Scale Property
The scale of the ArcGIS.Core.Data.Field.
Syntax
public int Scale {get; set;}
Public Property Scale As Integer
Remarks
This property only applies for the following field types: ArcGIS.Core.Data.FieldType.Single and ArcGIS.Core.Data.FieldType.Double. It will be ignored for all other field types. This property is ignored for File, Mobile, and Memory geodatabases, and it will be stored on the resulting field as 0. The Scale must always be less than or equal to the Precision.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

FieldDescription Class
FieldDescription Members