AGI Ui Plugins 11 Send comments on this topic.
SelectedRegion Property (IAgUiPlugin3DPickEventArgs)
See Also 
Windows






Windows & Linux

Description

Returns an array of four double precision values.


Depending on the PickType, the elements represent cartographic extents or screen coordinates.
If the Pick type is AgEUiPlugin3DPickType.eUiPlugin3DPickTypeRubberBand, then the array elements are: left, bottom, right, top.


If the Pick type is AgEUiPlugin3DPickType.eUiPlugin3DPickTypeProjectedOnCentralBody, then the array elements are: West, South, East, North (in radians).

Property type

Read-only property

Syntax

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

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

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

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

[Java]
public Object[] getSelectedRegion();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface