STK ObjectsSend comments on this topic.
IsLaunchControlTypeSupported Method (IAgVeImpactLocationPoint)
See Also
LaunchControl
Windows





Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsLaunchControlTypeSupported( _
    ByVal LaunchControl As AgEVeLaunchControl _
) As Boolean
[C#]
public bool IsLaunchControlTypeSupported(
    AgEVeLaunchControl LaunchControl
);
[Managed C++]
public: bool IsLaunchControlTypeSupported(
    AgEVeLaunchControl LaunchControl
);
[Unmanaged C++]
public: HRESULT IsLaunchControlTypeSupported(
    AgEVeLaunchControl LaunchControl,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isLaunchControlTypeSupported(
    AgEVeLaunchControl LaunchControl
);
[Python - STK API ]
def IsLaunchControlTypeSupported(self, LaunchControl:"AgEVeLaunchControl") -> bool:

Parameters

LaunchControl

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.