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 AgSafeArray pickExtent(
double West,
double South,
double East,
double North
);
|
Parameters
See Also