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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1