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





Description

An entity processor has been registered with the application.

Syntax

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

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

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

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

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

Parameters

Sender
Processor

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1