Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : BringLayerToFront Method |
-(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.