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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1