Description
Gets whether or not the overlay is valid. It can be invalid because of a missing file, corrupt file, unlicensed file, or a file on the incorrect central body.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property IsValid() As Boolean
|
| [C#] |
|---|
public bool IsValid {get;}
|
| [Managed C++] |
|---|
public: __property bool get_IsValid();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsValid(
VARIANT_BOOL * pRetVal
);
|
| [Java] |
|---|
public bool getIsValid();
|
| [Python - STK API] |
|---|
@property
def IsValid(self) -> bool:
|
See Also