STK ObjectsSend comments on this topic.
IsAltitudeRefTypeSupported Method (IAgVePropagatorGreatArc)
See Also
AltitudeRef
Windows





Windows & Linux

Description

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

Syntax

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

Parameters

AltitudeRef

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.