AGI STK Objects 11Send comments on this topic.
ExecEventArray Method (IAgDataPrvTimeVar)
See Also
pEventArray
StartTime
StopTime
Windows






Windows & Linux

Description

Compute the data given a Times Array component. Also requires object start and stop times, which use DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Function ExecEventArray( _
    ByVal pEventArray As IAgCrdnEventArray, _
    ByVal StartTime As System.Object, _
    ByVal StopTime As System.Object _
) As 
[C#]
public IAgDrResult ExecEventArray(
    IAgCrdnEventArray pEventArray,
    System.Object StartTime,
    System.Object StopTime
);
[Managed C++]
public: IAgDrResult^ ExecEventArray(
    IAgCrdnEventArray ^ pEventArray,
    VARIANT StartTime,
    VARIANT StopTime
);
[Java]
public IAgDrResult execEventArray(
    IAgCrdnEventArray pEventArray,
    VARIANT StartTime,
    VARIANT StopTime
);
[Unmanaged C++]
public: HRESULT ExecEventArray(
    IAgCrdnEventArray * pEventArray,
    VARIANT StartTime,
    VARIANT StopTime,
    IAgDrResult ** ppIAgDrResult
);

Parameters

pEventArray
StartTime
StopTime

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.