ArcObjects Library Reference (DefenseSolutions)  

IFELuminen.GetGlobeScaleRatio Method

Gets the scale ratio for the 3D globe.

[Visual Basic .NET]
Public Function GetGlobeScaleRatio ( _
) As Double
[C#]
public double GetGlobeScaleRatio (
);
[C++]
HRESULT GetGlobeScaleRatio(
  double* ScaleRatio
);
[C++]

Parameters

ScaleRatio [out, retval]   ScaleRatio is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFELuminen Interface