This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.MaxRasterColumns Property (ArcObjects .NET 10.5 SDK) |
The maximum number of columns for a raster elevation grid.
[Visual Basic .NET] Public Property MaxRasterColumns As Integer
[C#] public int MaxRasterColumns {get; set;}
[C++]
HRESULT get_MaxRasterColumns(
long* pMaxRasterColumns
);
[C++]
HRESULT put_MaxRasterColumns(
long pMaxRasterColumns
);
[C++]
Parameters pMaxRasterColumns [out, retval] pMaxRasterColumns is a parameter of type long pMaxRasterColumns [in] pMaxRasterColumns is a parameter of type long