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


IQueryPropertyPageFieldInfo.SetFieldInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IQ > IQueryPropertyPageFieldInfo Interface > IQueryPropertyPageFieldInfo.SetFieldInfo Method
ArcGIS Developer Help

IQueryPropertyPageFieldInfo.SetFieldInfo Method

Sets the field info for a perticular string.

[Visual Basic .NET]
Public Sub SetFieldInfo ( _
    ByVal fieldName As String, _
    ByVal pFieldInfo As IFieldInfo _
)
[C#]
public void SetFieldInfo (
    string fieldName,
    IFieldInfo pFieldInfo
);

Product Availability

Available with ArcGIS Desktop.

See Also

IQueryPropertyPageFieldInfo Interface