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