Returns all entities within the provded
latitude longitude bound in degrees.
| [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(
|
| [Managed C++] |
|---|
public: IAgEntityCollection^ PickEntities(
|
| [Java] |
|---|
public IAgEntityCollection pickEntities(
|
| [Unmanaged C++] |
|---|
public: HRESULT PickEntities(
|
- North
- West
- South
- East