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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1