Constructs the directions.
[Visual Basic 6.0] Sub Execute(
ByVal set As ISet, _
ByVal TrackCancel As ITrackCancel _
)
[Visual Basic .NET] Public Sub Execute ( _ ByVal set As ISet, _ ByVal TrackCancel As ITrackCancel _ )
[C#] public void Execute ( ISet set, ITrackCancel TrackCancel );
[Java] public void execute ( ISet set, ITrackCancel TrackCancel ) throws IOException, AutomationException
[C++] HRESULT Execute( ISet* set, ITrackCancel* TrackCancel );
Parameters
set [in]
set is a parameter of type ISet
TrackCancel [in]
TrackCancel is a parameter of type ITrackCancel
Execute is a method to compute the driving directions.