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);
Parameters
Scale [out, retval]
Scale is a parameter of type double
Scale [in]
Scale is a parameter of type double