Sets the display status type.
| [Visual Basic .NET] |
|---|
Public Sub SetDisplayStatusType( _ ByVal DisplayStatus As AgEDisplayTimesType _ ) |
| [C#] |
|---|
public void SetDisplayStatusType( |
| [Managed C++] |
|---|
public: void SetDisplayStatusType( |
| [Java] |
|---|
public setDisplayStatusType( |
| [Unmanaged C++] |
|---|
public: HRESULT SetDisplayStatusType( |
- DisplayStatus
Member Value Description eDisplayTypeUnknown -1 Unknown display type. eAlwaysOff 0 Graphics for the object never display. eAlwaysOn 1 Graphics for the object always display. eDuringAccess 2 Graphics for the object display during access to specified objects. eUseIntervals 3 Graphics for the object display during user-defined intervals. eDuringChainAccess 4 Graphics for the object display during chain access. eUseTimeComponent 5 Graphics for the object display during the intervals provided by an interval or interval list time component.
Set STK Object Display to always on
| [C#] | Copy Code | |
|---|---|---|
| ||
Set STK Object Display to always on
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
