DK for ActiveX | TatukGIS_XDK11.ITGIS_BusyEventManager.StartEvent | Methods | Properties
Creates a new event stage and sets the maximum position for it.
// C# public WordBool StartEvent( WideString _name, int _end_val, ITBaseObject _sender );
' VisualBasic Public Function StartEvent( ByVal _name As WideString, ByVal _end_val As Integer, ByVal _sender As ITBaseObject ) As WordBool
// Oxygene public function StartEvent( _name : WideString; _end_val : Integer; _sender : ITBaseObject ) : WordBool;
Name | Type | Description |
---|---|---|
_name | WideString | the name of a new event stage |
_end_val | int Integer | the end value of a new event stage |
_sender | ITBaseObject | the reference to the parent object |
Type | Description |
---|---|
WordBool | True if an abort request was set inside message handler; False otherwise |
Should be called at the beginning of algorithm.