Gets a value indicating whether the specified type can be used.
[Visual Basic .NET] |
---|
Public Function IsDisplayStatusTypeSupported( _ ByVal DisplayStatus As AgEDisplayTimesType _ ) As Boolean |
[C#] |
---|
public bool IsDisplayStatusTypeSupported( AgEDisplayTimesType DisplayStatus ); |
[Managed C++] |
---|
public: bool IsDisplayStatusTypeSupported( AgEDisplayTimesType DisplayStatus ); |
[Unmanaged C++] |
---|
public: HRESULT IsDisplayStatusTypeSupported( AgEDisplayTimesType DisplayStatus, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isDisplayStatusTypeSupported( AgEDisplayTimesType DisplayStatus ); |
[Python - STK API ] |
---|
def IsDisplayStatusTypeSupported(self, DisplayStatus:"AgEDisplayTimesType") -> bool: |
- DisplayStatus