STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT IsSlewModeTypeSupported(
    AgEVeSlewMode SlewMode,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isSlewModeTypeSupported(
    AgEVeSlewMode SlewMode
);
[Python - STK API ]
def IsSlewModeTypeSupported(self, SlewMode:"AgEVeSlewMode") -> bool:

Parameters

SlewMode

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.