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


IGpDescribeField.Scale Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDescribeField.Scale Property

The scale of the field.

[Visual Basic .NET]
Public Property Scale As Integer
[C#]
public int Scale {get; set;}
[C++]
HRESULT get_Scale(
  long* Scale
);
[C++]
HRESULT put_Scale(
  long Scale
);
[C++]

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

Product Availability

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

See Also

IGpDescribeField Interface