This document is archived and information here might be outdated. Recommended version. |
Moves a layer to the back of the drawing order.
[Visual Basic .NET] Public Sub MoveToBack ( _ ByVal Layer As ILayer _ )
[C#] public void MoveToBack ( ILayer Layer );
[C++]
HRESULT MoveToBack(
ILayer* Layer
);
[C++]
Parameters Layer [in]
Layer is a parameter of type ILayer*