Returns all entities within the provded latitude longitude bound in degrees.
| [Visual Basic .NET] |
|---|
|
| [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 ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgEntityCollection pickEntities( double North, double West, double South, double East ); |
- North
- West
- South
- East





