Determines whether the display condition allows rendering rendering in the given scene.
[Visual Basic .NET] |
---|
Public Function GetDisplayInScene( _ ByVal Scene As IAgStkGraphicsScene _ ) As Boolean |
[C#] |
---|
public bool GetDisplayInScene( |
[Managed C++] |
---|
public: bool GetDisplayInScene( |
[Java] |
---|
public bool getDisplayInScene( |
[Unmanaged C++] |
---|
public: HRESULT GetDisplayInScene( |
- Scene
- The scene to check if rendering is enabled for.