Description
Specify whether to use the Mean Sea Level as the reference shape.
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