←Select platform

CanBringLayerToFirst Property

Summary
Gets a value that indicates whether this AnnAutomation is currently in a state where a layer can be brought up to the top of the z-order.
Syntax
C#
VB
Objective-C
C++
Java
public bool CanBringLayerToFirst { get; } 
Public ReadOnly Property CanBringLayerToFirst As Boolean 
@property (nonatomic,readonly) BOOL canBringLayerToFirst; 
public boolean canBringLayerToFirst() 
public:  
   property bool CanBringLayerToFirst 
   { 
      bool get() 
   } 

Property Value

true if this AnnAutomation is in a state where a layer can be brought up to the top of the z-order; otherwise, false.

Remarks

AnnAutomation can bring a layer up to the top of the z-order if a layer is selected using SelectLayer and this layer contain a hierarchy that allows this operation.

To bring a layer up the z-order, use BringLayerToFront.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.