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






Windows & Linux

Description

The query associated with this area.

Property type

Read-write property

Syntax

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

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

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

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

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface