AGI STK Object Broker 11 Send comments on this topic.
PickEntities Method (IAgStkBroker)
See Also 
North
West
South
East
Windows






Windows & Linux

Description

Returns all entities within the provded latitude longitude bound in degrees.

Syntax

[Visual Basic .NET]
Public Function PickEntities( _
   ByVal North As Double, _
   ByVal West As Double, _
   ByVal South As Double, _
   ByVal East As Double _
) As IAgEntityCollection

[C#]
public IAgEntityCollection PickEntities(
double North,
double West,
double South,
double East
);

[Managed C++]
public: IAgEntityCollection^ PickEntities(
double North,
double West,
double South,
double East
);

[Java]
public IAgEntityCollection pickEntities(
double North,
double West,
double South,
double East
);

[Unmanaged C++]
public: HRESULT PickEntities(
double North,
double West,
double South,
double East,
IAgEntityCollection ** ReturnValue
);

Parameters

North
West
South
East

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface