This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldInfo3 Interface > IFieldInfo3.ValueAsRatio Property (ArcObjects .NET 10.5 SDK) |
Indicates if the field value should be the ratio of itself.
[Visual Basic .NET] Public Property ValueAsRatio As Boolean
[C#] public bool ValueAsRatio {get; set;}
[C++]
HRESULT get_ValueAsRatio(
VARIANT_BOOL* ratio
);
[C++]
HRESULT put_ValueAsRatio(
VARIANT_BOOL ratio
);
[C++]
Parameters ratio [out, retval] ratio is a parameter of type VARIANT_BOOL ratio [in] ratio is a parameter of type VARIANT_BOOL