This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobe2 Interface > IGlobe2.ReportLayersInDrawingOrder Property (ArcObjects .NET 10.4 SDK) |
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