Allows or disallows rendering for in a particular scene for.
[Visual Basic .NET] |
---|
Public Sub SetDisplayInScene( _ ByVal Scene As IAgStkGraphicsScene, _ ByVal On As Boolean _ ) |
[C#] |
---|
public void SetDisplayInScene( IAgStkGraphicsScene Scene, bool On ); |
[Managed C++] |
---|
public: void SetDisplayInScene( IAgStkGraphicsScene ^ Scene, bool On ); |
[Unmanaged C++] |
---|
public: HRESULT SetDisplayInScene( IAgStkGraphicsScene * Scene, VARIANT_BOOL On ); |
[Java] |
---|
public void setDisplayInScene( IAgStkGraphicsScene Scene, bool On ); |
[Python - STK API ] |
---|
def SetDisplayInScene(self, Scene:"IAgStkGraphicsScene", On:bool) -> None: |
- Scene
- The scene to enable or disable rendering for.
- On
- True, if an object with this display condition should render in the given scene.