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.Rows Property (ArcObjects .NET 10.5 SDK) |
Number of rows.
[Visual Basic .NET] Public Property Rows As Integer
[C#] public int Rows {get; set;}
[C++]
HRESULT get_Rows(
long* pRows
);
[C++]
HRESULT put_Rows(
long pRows
);
[C++]
Parameters pRows [out, retval] pRows is a parameter of type long pRows [in] pRows is a parameter of type long