Gets a value that indicates whether this AnnAutomation is currently in a state where a layer can be sent to end of the z-order.
public bool CanSendLayerToLast { get; }
Public ReadOnly Property CanSendLayerToLast As Boolean
public bool CanSendLayerToLast {get;}
@property (nonatomic,readonly) BOOL canSendLayerToLast;
public boolean canSendLayerToLast()
get_CanSendLayerToLast();
public:
property bool CanSendLayerToLast
{
bool get()
}
true if this AnnAutomation is in a state where a layer can be sent to end of the z-order; otherwise, false.
AnnAutomation can send a layer to the end of the z-order if a layer is selected using SelectLayer and this layer contain a hierarchy that allows this operation.
To send a layer down the z-order, use SendLayerToBack.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET