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


ITemporalLayer.MinimumScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.MinimumScale Property
ArcGIS Developer Help

ITemporalLayer.MinimumScale Property

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

[Visual Basic .NET]
Public Property MinimumScale As Double
[C#]
public double MinimumScale {get; set;}
[C++]
HRESULT get_MinimumScale(
  System.Double* minScale
);
[C++]
HRESULT put_MinimumScale(
  double minScale
);
[C++]
Parameters
minScale [out, retval]

minScale is a parameter of type double* minScale [in]
minScale 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