This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.MaximumScale Property (ArcObjects .NET 10.5 SDK) |
Maximum scale (representative fraction) at which the layer will display.
[Visual Basic .NET] Public Property MaximumScale As Double
[C#] public double MaximumScale {get; set;}
[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