STK ObjectsSend comments on this topic.
IsProfileTypeSupported Method (IAgVeAttitudeRealTimeDataReference)
See Also
Profile
Windows





Windows & Linux

Description

Get a value indicating whether the specified profile type can be used.

Syntax

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

Parameters

Profile

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.