STK Object BrokerSend 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
);
[Unmanaged C++]
public: HRESULT ViewEntity(
    IAgEntity * Entity,
    long SceneID
);
[Java]
public void viewEntity(
    IAgEntity Entity,
    int SceneID
);

Parameters

Entity
SceneID

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.