AGI STK Objects 11Send comments on this topic.
IsTimeEventTypeSupported Method (IAgVeGfxTimeEventsElement)
See Also
TimeEventType
Windows






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function IsTimeEventTypeSupported( _
    ByVal TimeEventType As AgEVeGfxTimeEventType _
) As 
[C#]
public bool IsTimeEventTypeSupported(
    AgEVeGfxTimeEventType TimeEventType
);
[Managed C++]
public: bool IsTimeEventTypeSupported(
    AgEVeGfxTimeEventType TimeEventType
);
[Java]
public bool isTimeEventTypeSupported(
    AgEVeGfxTimeEventType TimeEventType
);
[Unmanaged C++]
public: HRESULT IsTimeEventTypeSupported(
    AgEVeGfxTimeEventType TimeEventType,
    VARIANT_BOOL * pRetVal
);

Parameters

TimeEventType

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.