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





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 ** ppRetVal
);
public: HRESULT put_ReferenceArea(
IAgRt3Area * pNewReferenceArea
);

[Java]
public IAgRt3Area getReferenceArea();public void setReferenceArea(
IAgRt3Area
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1