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


IGlobe2.ReportLayersInDrawingOrder Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobe2.ReportLayersInDrawingOrder Property

Controls if layers are reported in drawing order.

[Visual Basic .NET]
Public Property ReportLayersInDrawingOrder As Boolean
[C#]
public bool ReportLayersInDrawingOrder {get; set;}
[C++]
HRESULT get_ReportLayersInDrawingOrder(
  VARIANT_BOOL* bTyped
);
[C++]
HRESULT put_ReportLayersInDrawingOrder(
  VARIANT_BOOL bTyped
);
[C++]

Parameters bTyped [out, retval] bTyped is a parameter of type VARIANT_BOOL bTyped [in] bTyped is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobe2 Interface