This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDescribeField Interface > IGpDescribeField.Scale Property (ArcObjects .NET 10.4 SDK) |
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