STK Real-Time Tracking ToolSend 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 ** ppQuery
);
public: HRESULT put_Query(
    IAgRt3AreaQuery Query
);
[Java]
public IAgRt3AreaQuery getQuery();
public void setQuery(
    IAgRt3AreaQuery
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.