STK AstrogatorSend comments on this topic.
SetDisplaySystemType Method (IAgVAMCSLaunch)
See Also
DisplaySystemType
Windows





Windows & Linux

Description

Sets the display system type.

Syntax

[Visual Basic .NET]
Public Sub SetDisplaySystemType( _
    ByVal DisplaySystemType As AgEVALaunchDisplaySystem _
)
[C#]
public void SetDisplaySystemType(
    AgEVALaunchDisplaySystem DisplaySystemType
);
[Managed C++]
public: void SetDisplaySystemType(
    AgEVALaunchDisplaySystem DisplaySystemType
);
[Unmanaged C++]
public: HRESULT SetDisplaySystemType(
    AgEVALaunchDisplaySystem DisplaySystemType
);
[Java]
public void setDisplaySystemType(
    AgEVALaunchDisplaySystem DisplaySystemType
);
[Python - STK API ]
def SetDisplaySystemType(self, DisplaySystemType:"AgEVALaunchDisplaySystem") -> None:

Parameters

DisplaySystemType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.