Description
Gets the position that was picked within the overall globe control. This is essentially the same position that was passed to
Scene.PickScreenOverlays. 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 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 AgSafeArray getControlPosition();
|
[Python - STK API ] |
---|
@property
def ControlPosition(self) -> list:
|
See Also