AGI Real-Time Tracking Tool 11 Send comments on this topic.
Execute Method (IAgRt3Action)
See Also 
Event
Windows






Windows & Linux

Description

Performce the object's action.

Syntax

[Visual Basic .NET]
Public Sub Execute( _
   ByVal Event As IAgRtEventEntity _
) 

[C#]
public void Execute(
IAgRtEventEntity Event
);

[Managed C++]
public: void Execute(
IAgRtEventEntity ^ Event
);

[Java]
public  execute(
IAgRtEventEntity Event
);

[Unmanaged C++]
public: HRESULT Execute(
IAgRtEventEntity * Event
);

Parameters

Event

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface