←Select platform

RasterCommandProcessorProgressEventArgs Constructor

Summary
Initializes a new instance of the RasterCommandProcessorProgressEventArgs class.
Syntax
C#
C++/CLI
Python
public: 
RasterCommandProcessorProgressEventArgs(  
   int percent, 
   RasterCommand^ command, 
   int commandNumber, 
   int totalCommands, 
   RasterImage^ image, 
   int imageNumber, 
   int totalImages 
) 
__init__(self,percent,command,commandNumber,totalCommands,image,imageNumber,totalImages) # Overloaded constructor 

Parameters

percent
The percentage completion of the current command.

command
The RasterCommand object currently being executed.

commandNumber
The index of the current RasterCommand in the Commands collection.

totalCommands
The total number of commands to be executed.

image
The RasterImage object being processed.

imageNumber
The index of the current RasterImage in the Images collection.

totalImages
The total number of images to be processed.

Requirements

Target Platforms

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

Leadtools Assembly

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