AGI Ui Plugins 11 Send comments on this topic.
PickRectangular Method (IAgUiPlugin3DNotifyContext)
See Also 
Left
Bottom
Right
Top





Description

Pick STK objects within the specified region.

Syntax

[Visual Basic .NET]
Public Function PickRectangular( _
   ByVal Left As Integer, _
   ByVal Bottom As Integer, _
   ByVal Right As Integer, _
   ByVal Top As Integer _
) As System.Array

[C#]
public System.Array PickRectangular(
int Left,
int Bottom,
int Right,
int Top
);

[Managed C++]
public: System::Array PickRectangular(
int Left,
int Bottom,
int Right,
int Top
);

[Java]
public Object[] pickRectangular(
ppInteger Left,
ppInteger Bottom,
ppInteger Right,
ppInteger Top
);

[Unmanaged C++]
public: HRESULT PickRectangular(
int Left,
int Bottom,
int Right,
int Top,
SAFEARRAY ** Array
);

Parameters

Left
Bottom
Right
Top

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1