AGI Real-Time Tracking Tool 11 Send comments on this topic.
Query Property (IAgRt3EventDefinition)
See Also 
Windows






Windows & Linux

Description

The query associated with the event.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Query() As IAgRt3Query

[C#]
public IAgRt3Query Query {get; set;}

[Managed C++]
public: __property IAgRt3Query^ get_Query();
public: __property void set_Query(
IAgRt3Query ^
);

[Unmanaged C++]
public: HRESULT get_Query(
IAgRt3Query ** ppRetVal
);
public: HRESULT put_Query(
IAgRt3Query * pNewQuery
);

[Java]
public IAgRt3Query getQuery();public void setQuery(
IAgRt3Query
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface