ArcObjects Library Reference (DataSourcesFile)  

IArcInfoItem.OutputWidth Property

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

[Visual Basic .NET]
Public ReadOnly Property OutputWidth As Integer
[C#]
public int OutputWidth {get;}
[C++]
HRESULT get_OutputWidth(
  long* OutputWidth
);
[C++]

Parameters

OutputWidth [out, retval]   OutputWidth is a parameter of type long

Product Availability

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

See Also

IArcInfoItem Interface