-(void)bringLayerToFront:(BOOL)first;
public boolean bringLayerToFront(boolean first);
function Leadtools.Annotations.Automation.AnnAutomation.BringLayerToFront( first )
Use this method with first set to true to bring the layer to the top of the Z-order, and set first to false to bring the layer up one level.
You can determine whether you can bring the layer up or to the top by calling the CanBringLayerToFront and CanBringLayerToFirst properties, respectively.