AGI Real-Time Tracking Tool 11 Send comments on this topic.
Output Property (IAgRt3Application)
See Also 





Description

An entity collection to which all processed entities will be sent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Output() As IAgEntityCollection

[C#]
public IAgEntityCollection Output {get; set;}

[Managed C++]
public: __property IAgEntityCollection^ get_Output();
public: __property void set_Output(
IAgEntityCollection ^
);

[Unmanaged C++]
public: HRESULT get_Output(
IAgEntityCollection ** ppRetVal
);
public: HRESULT put_Output(
IAgEntityCollection * pNewOutput
);

[Java]
public IAgEntityCollection getOutput();public void setOutput(
IAgEntityCollection
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1