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


IFormosat2Xform.Rows Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFormosat2Xform Interface > IFormosat2Xform.Rows Property
ArcGIS Developer Help

IFormosat2Xform.Rows Property

Rows in the image.

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

Rows is a parameter of type long*

Product Availability

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

See Also

IFormosat2Xform Interface