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


ITerrainPyramidLevel.MaxScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainPyramidLevel Interface > ITerrainPyramidLevel.MaxScale Property
ArcGIS Developer Help

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