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


ITerrainPyramidLevel.MaxScale Property (ArcObjects .NET 10.6 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(
  System.Int32* pScale
);
[C++]

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

Product Availability

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

See Also

ITerrainPyramidLevel Interface