AGI STK Graphics 11 Send comments on this topic.
Position Property (IAgStkGraphicsScreenOverlayPickResult)
See Also 





Description

Gets the position that was picked within the picked Overlay. The array represents the picked position 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 Position() As System.Array

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

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

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

[Java]
public Object[] getPosition();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1