This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterCatalogDisplayProps Interface > IRasterCatalogDisplayProps.TransitionScale Property (ArcObjects .NET 10.5 SDK) |
The scale value to transition between wireframe and raster display.
[Visual Basic .NET] Public Property TransitionScale As Double
[C#] public double TransitionScale {get; set;}
[C++]
HRESULT get_TransitionScale(
double* Scale
);
[C++]
HRESULT put_TransitionScale(
double Scale
);
[C++]
Parameters Scale [out, retval] Scale is a parameter of type double Scale [in] Scale is a parameter of type double