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


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

IFieldInfo3.ValueAsRatio Property

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(
  Boolean* ratio
);
[C++]
HRESULT put_ValueAsRatio(
  VARIANT_BOOL ratio
);
[C++]
Parameters
ratio [out, retval]

ratio is a parameter of type bool* ratio [in]
ratio is a parameter of type bool

Product Availability

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

See Also

IFieldInfo3 Interface