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 AgSafeArray getSelectedRegion();
|
See Also