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


IGlobe2.ReportLayersInDrawingOrder Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobe2 Interface > IGlobe2.ReportLayersInDrawingOrder Property
ArcGIS Developer Help

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