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( IAgStkGraphicsScene Scene ); |
[Managed C++] |
---|
public: bool GetDisplayInScene( IAgStkGraphicsScene ^ Scene ); |
[Unmanaged C++] |
---|
public: HRESULT GetDisplayInScene( IAgStkGraphicsScene * Scene, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool getDisplayInScene( IAgStkGraphicsScene Scene ); |
[Python - STK API ] |
---|
def GetDisplayInScene(self, Scene:"IAgStkGraphicsScene") -> bool: |
- Scene
- The scene to check if rendering is enabled for.