AGI STK Graphics 11 Send comments on this topic.
GetDisplayInScene Method (IAgStkGraphicsSceneDisplayCondition)
See Also 
Scene
The scene to check if rendering is enabled for.
Windows






Windows & Linux

Description

Determines whether the display condition allows rendering rendering in the given scene.

Syntax

[Visual Basic .NET]
Public Function GetDisplayInScene( _
   ByVal Scene As IAgStkGraphicsScene _
) As Boolean

[C#]
public bool GetDisplayInScene(
IAgStkGraphicsScene Scene
);

[Managed C++]
public: bool GetDisplayInScene(
IAgStkGraphicsScene ^ Scene
);

[Java]
public bool getDisplayInScene(
IAgStkGraphicsScene Scene
);

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

Parameters

Scene
The scene to check if rendering is enabled for.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface