STK Real-Time Tracking ToolSend 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
);
[Unmanaged C++]
public: HRESULT Execute(
    IAgRtEventEntity * Event
);
[Java]
public void execute(
    IAgRtEventEntity Event
);

Parameters

Event

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.