AGI Real-Time Framework 11 Send comments on this topic.
OutputEntity Method (IAgRtProvideTrackingData)
See Also 
pEntity
Windows






Windows & Linux

Description

Outputs the provided entity.

Syntax

[Visual Basic .NET]
Public Sub OutputEntity( _
   ByVal pEntity As IAgEntity _
) 

[C#]
public void OutputEntity(
IAgEntity pEntity
);

[Managed C++]
public: void OutputEntity(
IAgEntity ^ pEntity
);

[Java]
public  outputEntity(
IAgEntity pEntity
);

[Unmanaged C++]
public: HRESULT OutputEntity(
IAgEntity * pEntity
);

Parameters

pEntity

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface