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


IDescColumn.Width Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDescColumn.Width Property

Width of the descriptor table.

[Visual Basic .NET]
Public ReadOnly Property Width As Integer
[C#]
public int Width {get;}
[C++]
HRESULT get_Width(
  System.Int32* Width
);
[C++]

Parameters Width [out, retval]
Width is a parameter of type long*

Product Availability

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

See Also

IDescColumn Interface