SceneDisplayConditionGetDisplayInScene Method  | 
 
Determines whether the display condition allows rendering
rendering
in the given scene.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool GetDisplayInScene(
	Scene scene
)
Public Function GetDisplayInScene ( 
	scene As Scene
) As Boolean
public:
bool GetDisplayInScene(
	Scene^ scene
)
member GetDisplayInScene : 
        scene : Scene -> bool 
Parameters
- scene
 - Type: AGI.Foundation.GraphicsScene
The scene to check if rendering is enabled for. 
Return Value
Type: 
BooleanTrue, if the display condition allows rendering in the given 
scene; otherwise, false.
See Also