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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1