This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IQ > IQueryPropertyPageFieldInfo Interface > IQueryPropertyPageFieldInfo.SetFieldInfo Method (ArcObjects .NET 10.5 SDK) |
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 );