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


IFieldEdit.Scale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldEdit Interface > IFieldEdit.Scale Property
ArcGIS Developer Help

IFieldEdit.Scale Property

The scale for field values.

[Visual Basic .NET]
Public WriteOnly Property Scale_2
[C#]
public void Scale_2 {set;}
[C++]
HRESULT put_Scale(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

Description

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.

Remarks

Precision is always returned as 0 from personal or File geodatabase fields.

See Also

IFieldEdit Interface