This document is archived and information here might be outdated.  Recommended version.


IGMxApplication.SetDefaultBackgroundTransitionDistances Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGMxApplication Interface > IGMxApplication.SetDefaultBackgroundTransitionDistances Method
ArcGIS Developer Help

IGMxApplication.SetDefaultBackgroundTransitionDistances Method

The Default Background Transition Distances for New Documents.

[Visual Basic .NET]
Public Sub SetDefaultBackgroundTransitionDistances ( _
    ByVal lowAltitude As Single, _
    ByVal highAltitude As Single _
)
[C#]
public void SetDefaultBackgroundTransitionDistances (
    float lowAltitude,
    float highAltitude
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGMxApplication Interface