AGI Real-Time Framework 11 Send comments on this topic.
OnProcessorUnRegistered Method (IAgRtApplicationEvents)
See Also 
Sender
Processor





Description

An entity processor has been unregistered from the application.

Syntax

[Visual Basic .NET]
Public Sub 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