This document is archived and information here might be outdated. Recommended version. |
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*