This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameCameraParameters Interface > IFrameCameraParameters.Columns Property (ArcObjects .NET 10.5 SDK) |
Number of columns.
[Visual Basic .NET] Public Property Columns As Integer
[C#] public int Columns {get; set;}
[C++]
HRESULT get_Columns(
long* pCols
);
[C++]
HRESULT put_Columns(
long pCols
);
[C++]
Parameters pCols [out, retval] pCols is a parameter of type long pCols [in] pCols is a parameter of type long