ArcObjects Library Reference (DataSourcesFile)  

IArcInfoItem.Width Property

Storage Width, in Bytes, for values stored in the Item.

[Visual Basic .NET]
Public ReadOnly Property Width As Integer
[C#]
public int Width {get;}
[C++]
HRESULT get_Width(
  long* 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

IArcInfoItem Interface