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


IGlobe2.ReportLayersInDrawingOrder Property (ArcObjects .NET 10.6 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(
  Boolean* bTyped
);
[C++]

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

Product Availability

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

See Also

IGlobe2 Interface