This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPValueTableType Interface > IGPValueTableType.Width Property (ArcObjects .NET 10.4 SDK) |
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