Description
Returns true if custom image globe overlays are supported.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property IsCustomImageGlobeOverlaySupported() As Boolean
|
[C#] |
---|
public bool IsCustomImageGlobeOverlaySupported {get;}
|
[Managed C++] |
---|
public: __property bool get_IsCustomImageGlobeOverlaySupported();
|
[Unmanaged C++] |
---|
public: HRESULT get_IsCustomImageGlobeOverlaySupported(
VARIANT_BOOL * pRetVal
);
|
[Java] |
---|
public bool getIsCustomImageGlobeOverlaySupported();
|
[Python - STK API] |
---|
@property
def IsCustomImageGlobeOverlaySupported(self) -> bool:
|
See Also