AGI STK Objects 11Send comments on this topic.
IsSlewModeTypeSupported Method (IAgVeAttTargetSlew)
See Also 
SlewMode
Windows






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function IsSlewModeTypeSupported( _
   ByVal SlewMode As AgEVeSlewMode _
) As Boolean
[C#]
public bool IsSlewModeTypeSupported(
   AgEVeSlewMode SlewMode
);
[Managed C++]
public: bool IsSlewModeTypeSupported(
   AgEVeSlewMode SlewMode
);
[Java]
public bool isSlewModeTypeSupported(
   AgEVeSlewMode SlewMode
);
[Unmanaged C++]
public: HRESULT IsSlewModeTypeSupported(
   AgEVeSlewMode SlewMode,
   VARIANT_BOOL * ReturnValue
);

Parameters

SlewMode
MemberValueDescription
eVeSlewModeUnknown-1Unknown or unsupported slew mode.
eVeSlewModeConstrained2ndOrderSpline02nd order spline interpolation mode.
eVeSlewModeConstrained3rdOrderSpline13d order spline interpolation mode.
eVeSlewModeFixedRate2A fixed rate slew.
eVeSlewModeFixedTime3A fixed time slew.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.