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


I3DProperties.MaxRasterRows Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.MaxRasterRows Property
ArcGIS Developer Help

I3DProperties.MaxRasterRows Property

The maximum number of rows for a raster elevation grid.

[Visual Basic .NET]
Public Property MaxRasterRows As Integer
[C#]
public int MaxRasterRows {get; set;}
[C++]
HRESULT get_MaxRasterRows(
  System.Int32* pMaxRasterRows
);
[C++]
HRESULT put_MaxRasterRows(
  long pMaxRasterRows
);
[C++]
Parameters
pMaxRasterRows [out, retval]

pMaxRasterRows is a parameter of type long* pMaxRasterRows [in]
pMaxRasterRows is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

I3DProperties Interface