STK ObjectsSend comments on this topic.
IsImpactLocationTypeSupported Method (IAgVePropagatorBallistic)
See Also
ImpactLocation
Windows





Windows & Linux

Description

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

Syntax

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

Parameters

ImpactLocation

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.