←Select platform

HasProgress Property

Summary

Determines if the command object has a progress event handler set.

Syntax
C#
VB
C++
Java
public bool HasProgress { get; } 
Public ReadOnly Property HasProgress As Boolean 
public final boolean hasProgress() 
public: 
property bool HasProgress { 
   bool get(); 
} 

Property Value

true if the command object has a progress event handler set; false, otherwise.

Example

For an example, refer to RasterCommand.

Requirements

Target Platforms

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

Leadtools Assembly