ArcObjects Library Reference (GeoDatabase)  

IFieldInfo2.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(
  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

Product Availability

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

See Also

IFieldInfo2 Interface