STK Graphics PrimitivesSend comments on this topic.
GetDisplayInScene Method (IAgStkGraphicsSceneDisplayCondition)
See Also
Scene
The scene to check if rendering is enabled for.
Windows





Windows & Linux

Description

Determines whether the display condition allows rendering rendering in the given scene.

Syntax

[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:

Parameters

Scene
The scene to check if rendering is enabled for.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.