AGI STK Object Broker 11 Send comments on this topic.
ViewEntity Method (IAgStkBroker)
See Also 
Entity
SceneID
Windows






Windows & Linux

Description

Zooms to an entity.

Syntax

[Visual Basic .NET]
Public Sub ViewEntity( _
   ByVal Entity As IAgEntity, _
   ByVal SceneID As Integer _
) 

[C#]
public void ViewEntity(
IAgEntity Entity,
int SceneID
);

[Managed C++]
public: void ViewEntity(
IAgEntity ^ Entity,
int SceneID
);

[Java]
public  viewEntity(
IAgEntity Entity,
int SceneID
);

[Unmanaged C++]
public: HRESULT ViewEntity(
IAgEntity * Entity,
long SceneID
);

Parameters

Entity
SceneID

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface