STK UI PluginsSend comments on this topic.
IAgUiPlugin3DPickEventArgs Interface

Description

Contains information about the 3D pick event.

Public Properties

Public Property PickTypeA type of selection.
Public Property SceneID3D scene identifier.
Public Property SelectedRegion

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).

© 2025 Analytical Graphics, Inc. All Rights Reserved.