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


IImageServiceInfo2.MaxNCols Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServiceInfo2.MaxNCols Property

The maximum number of colums this service supports.

[Visual Basic .NET]
Public WriteOnly Property MaxNCols_2
[C#]
public void MaxNCols_2 {set;}
[C++]
HRESULT put_MaxNCols(
  long 
);
[C++]

Parameters [in] is a parameter of type long

Product Availability

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

See Also

IImageServiceInfo2 Interface