MapPackageModelWriterProgress Class
A collection of values indicating the progress of a MapPackageModelWriter.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class MapPackageModelWriterProgress : EngineObject
Remarks
A collection of values indicating the progress of a MapPackageModelWriter. This can be used to implement a progress bar or status indicator.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
MapPackageModelWriterProgress
Platforms
Windows, Linux, Android
MapPackageModelWriterProgress Members
The MapPackageModelWriterProgress type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current MapPackageModelWriterProgress has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current MapPackageModelWriterProgress represents. Inherited from EngineObject |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
CurrentStage | Gets the current stage of the model-writing process. |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
EstimatedItems | Gets the estimated number of items left to handle in the current stage. |
HandledItems | Gets the number of items handled so far in the current stage. |