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


IImageServiceInfo.MaxNCols Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo Interface > IImageServiceInfo.MaxNCols Property
ArcGIS Developer Help

IImageServiceInfo.MaxNCols Property

The maximum number of colums this service supports.

[Visual Basic .NET]
Public ReadOnly Property MaxNCols As Integer
[C#]
public int MaxNCols {get;}
[C++]
HRESULT get_MaxNCols(
  System.Int32* pMaxNCols
);
[C++]
Parameters
pMaxNCols [out, retval]

pMaxNCols is a parameter of type long*

Product Availability

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

See Also

IImageServiceInfo Interface