←Select platform

Cancel Property

Summary

Gets or sets a value which allows the user to abort the enumeration process.

Syntax
C#
VB
Objective-C
C++
Java
public bool Cancel { get; set; } 
Public Property Cancel As Boolean 
@property (nonatomic, assign) BOOL cancel 
public boolean getCancel() 
public void setCancel(boolean value) 
public: 
property bool Cancel { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to abort the enumeration process, false to continue normally.

Example

For an example, refer to RasterCodecs.GeoKeyFound.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly