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


IArcInfoItem.OutputWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoItem Interface > IArcInfoItem.OutputWidth Property
ArcGIS Developer Help

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(
  System.Int32* 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