Get a value indicating whether the specified profile type can be used.
[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: |
- Profile