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


ITerrainPyramidLevel.MaxScale Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainPyramidLevel.MaxScale Property

The maximum scale this pyramid level associated with.

[Visual Basic .NET]
Public Property MaxScale As Integer
[C#]
public int MaxScale {get; set;}
[C++]
HRESULT get_MaxScale(
  long* pScale
);
[C++]
HRESULT put_MaxScale(
  long pScale
);
[C++]

Parameters pScale [out, retval] pScale is a parameter of type long pScale [in] pScale is a parameter of type long

Product Availability

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

See Also

ITerrainPyramidLevel Interface