STK Graphics PrimitivesSend comments on this topic.
Supported Property (IAgStkGraphicsTerrainOverlayInitializer)
See Also
Windows





Windows & Linux

Description

Gets whether the video card supports adding Terrain Overlay objects. Video cards that support OpenGL 1.2 or higher support Terrain Overlay objects.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Supported() As Boolean
[C#]
public bool Supported {get;}
[Managed C++]
public: __property bool get_Supported();
[Unmanaged C++]
public: HRESULT get_Supported(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getSupported();
[Python - STK API ]
@property
def Supported(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.