ArcObjects Library Reference (Carto)  

IRasterCatalogDisplayProps.TransitionScale Property

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

Product Availability

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

See Also

IRasterCatalogDisplayProps Interface