ArcObjects Library Reference (GlobeCore)  

IGlobeAdvancedOptions.LevelOfDetail Property

The level of detail value.

[Visual Basic .NET]
Public Function get_LevelOfDetail ( _
    ByVal Type As esriLODType _
) As Double
[Visual Basic .NET]
Public Sub set_LevelOfDetail ( _
    ByVal Type As esriLODType, _
    ByVal LevelOfDetail As Double _
)
[C#]
public double get_LevelOfDetail (
    esriLODType Type
);
[C#]
public void set_LevelOfDetail (
    esriLODType Type,
    double LevelOfDetail
);
[C++]
HRESULT get_LevelOfDetail(
  esriLODType Type,
  double* LevelOfDetail
);
[C++]
HRESULT put_LevelOfDetail(
  esriLODType Type,
  double LevelOfDetail
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriLODType

LevelOfDetail [out, retval]   LevelOfDetail is a parameter of type double Type [in]

  Type is a parameter of type esriLODType

LevelOfDetail [in]   LevelOfDetail is a parameter of type double

Product Availability

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

See Also

IGlobeAdvancedOptions Interface