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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1