AGI Ui Plugins 11 Send comments on this topic.
PickExtent Method (IAgUiPlugin3DNotifyContext)
See Also 
West
South
East
North
Windows






Windows & Linux

Description

Pick STK objects within the specified extent on the central body's surface. The parameters are specified in radians.

Syntax

[Visual Basic .NET]
Public Function PickExtent( _
   ByVal West As Double, _
   ByVal South As Double, _
   ByVal East As Double, _
   ByVal North As Double _
) As System.Array

[C#]
public System.Array PickExtent(
double West,
double South,
double East,
double North
);

[Managed C++]
public: System::Array PickExtent(
double West,
double South,
double East,
double North
);

[Java]
public Object[] pickExtent(
double West,
double South,
double East,
double North
);

[Unmanaged C++]
public: HRESULT PickExtent(
double West,
double South,
double East,
double North,
SAFEARRAY ** Array
);

Parameters

West
South
East
North

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface