Sets the display status type.
[Visual Basic .NET] |
---|
Public Sub SetDisplayStatusType( _ ByVal DisplayStatus As AgEDisplayTimesType _ ) |
[C#] |
---|
public void SetDisplayStatusType( AgEDisplayTimesType DisplayStatus ); |
[Managed C++] |
---|
public: void SetDisplayStatusType( AgEDisplayTimesType DisplayStatus ); |
[Unmanaged C++] |
---|
public: HRESULT SetDisplayStatusType( AgEDisplayTimesType DisplayStatus ); |
[Java] |
---|
public void setDisplayStatusType( AgEDisplayTimesType DisplayStatus ); |
[Python - STK API ] |
---|
def SetDisplayStatusType(self, DisplayStatus:"AgEDisplayTimesType") -> None: |
- DisplayStatus
Set STK Object Display to always on
[C#] | ||
---|---|---|
|
Set STK Object Display to always on
[Visual Basic .NET] | ||
---|---|---|
|