STK UI PluginsSend 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 AgSafeArray getSelectedRegion();

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.