ArcObjects Library Reference (Carto)  

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(
  long* 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