Allows rendering only in the given scene. The display condition will not allow rendering in other scenes, including newly created ones.
[Visual Basic .NET] |
---|
Public Sub DisplayOnlyInScene( _ ByVal Scene As IAgStkGraphicsScene _ ) |
[C#] |
---|
public void DisplayOnlyInScene( IAgStkGraphicsScene Scene ); |
[Managed C++] |
---|
public: void DisplayOnlyInScene( IAgStkGraphicsScene ^ Scene ); |
[Unmanaged C++] |
---|
public: HRESULT DisplayOnlyInScene( IAgStkGraphicsScene * Scene ); |
[Java] |
---|
public void displayOnlyInScene( IAgStkGraphicsScene Scene ); |
[Python - STK API ] |
---|
def DisplayOnlyInScene(self, Scene:"IAgStkGraphicsScene") -> None: |
- Scene
- The scene to enable or disable rendering for.