AGI Real-Time Framework 11 Send comments on this topic.
RegisterEntityProcessor Method (IAgRtApplication)
See Also 
Processor





Description

Registers an entity processor.

Syntax

[Visual Basic .NET]
Public Sub RegisterEntityProcessor( _
   ByVal Processor As IAgRtProcessEntities _
) 

[C#]
public void RegisterEntityProcessor(
IAgRtProcessEntities Processor
);

[Managed C++]
public: void RegisterEntityProcessor(
IAgRtProcessEntities ^ Processor
);

[Java]
public  registerEntityProcessor(
IAgRtProcessEntities Processor
);

[Unmanaged C++]
public: HRESULT RegisterEntityProcessor(
IAgRtProcessEntities * Processor
);

Parameters

Processor

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1