AGI Real-Time Tracking Tool 11 Send comments on this topic.
OnProcessorUnRegistered Event (AgRt3Application)
See Also 
Sender
Processor





Description

An entity processor has been unregistered from the application.

Syntax

[Visual Basic .NET]
Public Event OnProcessorUnRegistered( _
   ByVal Sender As IAgRtApplication, _
   ByVal Processor As IAgRtProcessEntities _
)

[C#]
public void OnProcessorUnRegistered(
IAgRtApplication Sender,
IAgRtProcessEntities Processor
);

[Managed C++]
public: void OnProcessorUnRegistered(
IAgRtApplication ^ Sender,
IAgRtProcessEntities ^ Processor
);

[Java]
public  onProcessorUnRegistered(
IAgRtApplication Sender,
IAgRtProcessEntities Processor
);

[Unmanaged C++]
public: HRESULT OnProcessorUnRegistered(
IAgRtApplication * Sender,
IAgRtProcessEntities * Processor
);

Parameters

Sender
Processor

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1