MapPackageModelWriter.Progress Method
Get information on the progress of the conversion.
Progress()
Get information on the progress of the conversion.Syntax
public MapPackageModelWriterProgress Progress ()
Return Value
An object containing the current stage, total number of items to handle, and number of items handled so far.
Remarks
This method will retrieve an object containing the current stage, total number of items to handle, and number of items handled so far in a thread-safe and atomic manner. This can be used to implement a progress bar or some other way to report progress for long-running conversions to the user.
The conversion process goes through multiple stages and the meaning of the other values depends on the current stage. See MapPackageModelWriterStage for more details.
Platforms
Windows, Linux, Android