ArcObjects Library Reference  (Carto)    

IMapCache.MaxScale Property

The maximum scale for the cache to be built.

[Visual Basic 6.0]
Property MaxScale As Double
[Visual Basic .NET]
Public Property MaxScale As Double
[C#]
public double MaxScale {get; set;}
[Java]
public  getMaxScale (
    Double pMaxScale
)
[Java]
public void setMaxScale(
    Double pMaxScale
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_MaxScale(
  double* pMaxScale
);
[C++]
HRESULT put_MaxScale(
  double pMaxScale

);

[C++]

Parameters

pMaxScale [out, retval]

  pMaxScale is a parameter of type double

pMaxScale [in]

  pMaxScale is a parameter of type double

Product Availability

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

See Also

IMapCache Interface

 


Feedback Send feedback on this page