Get the launch coordinate type.
Read-only property
[Visual Basic .NET] |
---|
Public Property DisplaySystemType() As AgEVALaunchDisplaySystem |
[C#] |
---|
public AgEVALaunchDisplaySystem DisplaySystemType {get;} |
[Managed C++] |
---|
public: __property AgEVALaunchDisplaySystem get_DisplaySystemType(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplaySystemType( AgEVALaunchDisplaySystem * pVal ); |
[Java] |
---|
public AgEVALaunchDisplaySystem getDisplaySystemType(); |
[Python - STK API ] |
---|
@property def DisplaySystemType(self) -> "AgEVALaunchDisplaySystem": |