ArcObjects Library Reference  (Carto)    

IRasterCatalogDisplayProps.TransitionScale Property

The scale value to transition between wireframe and raster display.

[Visual Basic 6.0]
Property TransitionScale As Double
[Visual Basic .NET]
Public Property TransitionScale As Double
[C#]
public double TransitionScale {get; set;}
[Java]
public Double getTransitionScale()
throws
    IOException,
    AutomationException
[Java]
public void setTransitionScale(
Double TransitionScale
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page