Description
Specify whether the reference shape is at the Mean Sea Level.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseMSL() As Boolean
|
| [C#] |
|---|
public bool UseMSL {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseMSL(); public: __property void set_UseMSL(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseMSL(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseMSL(
VARIANT_BOOL UseMSL
);
|
| [Java] |
|---|
public bool getUseMSL();
public void setUseMSL(
bool
);
|
| [Python - STK API] |
|---|
@property
def UseMSL(self) -> bool:
@UseMSL.setter
def UseMSL(self, UseMSL:bool) -> None:
|
See Also