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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1