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


ISPOT5Xform.Columns Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISPOT5Xform Interface > ISPOT5Xform.Columns Property
ArcGIS Developer Help

ISPOT5Xform.Columns Property

Columns in the image.

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

Columns is a parameter of type long*

Product Availability

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

See Also

ISPOT5Xform Interface