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( |
| [Managed C++] |
|---|
public: void DisplayOnlyInScene( |
| [Java] |
|---|
public displayOnlyInScene( |
| [Unmanaged C++] |
|---|
public: HRESULT DisplayOnlyInScene( |
- Scene
- The scene to enable or disable rendering for.
