AGI STK Graphics 11Send comments on this topic.
DisplayOnlyInScene Method (IAgStkGraphicsSceneDisplayCondition)
See Also 
Scene
The scene to enable or disable rendering for.
Windows






Windows & Linux

Description

Allows rendering only in the given scene. The display condition will not allow rendering in other scenes, including newly created ones.

Syntax

[Visual Basic .NET]
Public Sub DisplayOnlyInScene( _
   ByVal Scene As IAgStkGraphicsScene _
) 
[C#]
public void DisplayOnlyInScene(
   IAgStkGraphicsScene Scene
);
[Managed C++]
public: void DisplayOnlyInScene(
   IAgStkGraphicsScene ^ Scene
);
[Java]
public  displayOnlyInScene(
   IAgStkGraphicsScene Scene
);
[Unmanaged C++]
public: HRESULT DisplayOnlyInScene(
   IAgStkGraphicsScene * Scene
);

Parameters

Scene
The scene to enable or disable rendering for.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.