ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalLayer.MaximumScale Property

Maximum scale (representative fraction) at which the layer will display.

[Visual Basic 6.0]
Property MaximumScale As Double
[Visual Basic .NET]
Public Property MaximumScale As Double
[C#]
public double MaximumScale {get; set;}
[Java]
public Double getMaximumScale()
throws
    IOException,
    AutomationException
[Java]
public void setMaximumScale(
Double MaximumScale
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_MaximumScale(
  double* maxScale
);
[C++]
HRESULT put_MaximumScale(
  double maxScale

);

[C++]

Parameters

maxScale [out, retval]

  maxScale is a parameter of type double

maxScale [in]

  maxScale is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLayer Interface

 


Feedback Send feedback on this page