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


ITableViewInfo.FieldWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableViewInfo Interface > ITableViewInfo.FieldWidth Property
ArcGIS Developer Help

ITableViewInfo.FieldWidth Property

Field Width.

[Visual Basic .NET]
Public Function get_FieldWidth ( _
    ByVal fieldName As String _
) As Integer
[Visual Basic .NET]
Public Sub set_FieldWidth ( _
    ByVal fieldName As String, _
    ByVal pFieldWidth As Integer _
)
[C#]
public int get_FieldWidth (
    string fieldName
);
[C#]
public void set_FieldWidth (
    string fieldName,
    int pFieldWidth
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewInfo Interface