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