AGI STK Objects 11 Send comments on this topic.
IsDisplayStatusTypeSupported Method (IAgDisplayTm)
See Also 
DisplayStatus





Description

Gets a value indicating whether the specified type can be used.

Syntax

[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
);

[Java]
public bool isDisplayStatusTypeSupported(
AgEDisplayTimesType DisplayStatus
);

[Unmanaged C++]
public: HRESULT IsDisplayStatusTypeSupported(
AgEDisplayTimesType DisplayStatus,
VARIANT_BOOL * ReturnValue
);

Parameters

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.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1