STK Object BrokerSend 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
);
[Unmanaged C++]
public: HRESULT PickEntities(
    double North,
    double West,
    double South,
    double East,
    IAgEntityCollection ** ppIAgEntities
);
[Java]
public IAgEntityCollection pickEntities(
    double North,
    double West,
    double South,
    double East
);

Parameters

North
West
South
East

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.