STK Real-Time Tracking ToolSend comments on this topic.
ReferenceArea Property (IAgRt3AreaQuery)
See Also
Windows





Windows & Linux

Description

The area monitored by the query.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceArea() As IAgRt3Area
[C#]
public IAgRt3Area ReferenceArea {get; set;}
[Managed C++]
public: __property IAgRt3Area ^ get_ReferenceArea();
public: __property void set_ReferenceArea( IAgRt3Area );
[Unmanaged C++]
public: HRESULT get_ReferenceArea(
    IAgRt3Area ** ppReference
);
public: HRESULT put_ReferenceArea(
    IAgRt3Area Reference
);
[Java]
public IAgRt3Area getReferenceArea();
public void setReferenceArea(
    IAgRt3Area
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.