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


IGPValueTableType.Width Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPValueTableType.Width Property

The width of the given column of the value table data type.

[Visual Basic .NET]
Public Function get_Width ( _
    ByVal Index As Integer _
) As Integer
[C#]
public int get_Width (
    int Index
);
[C++]
HRESULT get_Width(
  long Index,
  long* pWidth
);
[C++]

Parameters Index [in] Index is a parameter of type long pWidth [out, retval] pWidth is a parameter of type long

Product Availability

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

See Also

IGPValueTableType Interface