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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1