DK11 for ActiveX | TatukGIS_XDK11.ITGIS_PipelineEvents.ProgressEvent | Methods
(Deprecated) Event to be raised upon execution to report which line is currently executed.
// C# public void ProgressEvent( int Pos, int End, ref WordBool Abort );
' VisualBasic Public Sub ProgressEvent( ByVal Pos As Integer, ByVal End As Integer, ByRef Abort As WordBool )
// Oxygene public procedure ProgressEvent( Pos : Integer; End : Integer; var Abort : WordBool );
Name | Type | Description |
---|---|---|
Pos | int Integer | |
End | int Integer | |
Abort | WordBool |