AGI STK Graphics 11 Send comments on this topic.
SetDisplayInScene Method (IAgStkGraphicsSceneDisplayCondition)
See Also 
Scene
The scene to enable or disable rendering for.
On
True, if an object with this display condition should render in the given scene.





Description

Allows or disallows rendering for in a particular scene for.

Syntax

[Visual Basic .NET]
Public Sub SetDisplayInScene( _
   ByVal Scene As IAgStkGraphicsScene, _
   ByVal On As Boolean _
) 

[C#]
public void SetDisplayInScene(
IAgStkGraphicsScene Scene,
bool On
);

[Managed C++]
public: void SetDisplayInScene(
IAgStkGraphicsScene ^ Scene,
bool On
);

[Java]
public  setDisplayInScene(
IAgStkGraphicsScene Scene,
bool On
);

[Unmanaged C++]
public: HRESULT SetDisplayInScene(
IAgStkGraphicsScene * Scene,
VARIANT_BOOL On
);

Parameters

Scene
The scene to enable or disable rendering for.
On
True, if an object with this display condition should render in the given scene.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1