STK ObjectsSend comments on this topic.
IsDisplayStatusTypeSupported Method (IAgDisplayTm)
See Also
DisplayStatus
Windows





Windows & Linux

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

Parameters

DisplayStatus

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.