AGI STK Graphics 11 Send comments on this topic.
ControlPosition Property (IAgStkGraphicsOverlay)
See Also 
Windows






Windows & Linux

Description

Gets the position of the overlay in coordinates relative to the overall globe control. The array represents the position of the overlay and has a size of 4. The elements are in the order x position, y position, x Screen Overlay Unit, y Screen Overlay Unit.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ControlPosition() As System.Array

[C#]
public System.Array ControlPosition {get;}

[Managed C++]
public: __property System::Array^ get_ControlPosition();

[Unmanaged C++]
public: HRESULT get_ControlPosition(
SAFEARRAY ** ppRetVal
);

[Java]
public Object[] getControlPosition();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface