Compute the data given a Times Array component. Also requires object start and stop times, which use DateFormat Dimension.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgDrResult ExecEventArray( IAgCrdnEventArray pEventArray, System.Object StartTime, System.Object StopTime ); |
| [Managed C++] |
|---|
public: IAgDrResult^ ExecEventArray( IAgCrdnEventArray ^ pEventArray, VARIANT StartTime, VARIANT StopTime ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgDrResult execEventArray( IAgCrdnEventArray pEventArray, AgVariant StartTime, AgVariant StopTime ); |
[Python - STK API ] |
|---|
def ExecEventArray(self, pEventArray:"IAgCrdnEventArray", StartTime:typing.Any, StopTime:typing.Any) -> "IAgDrResult": |
- pEventArray
- StartTime
- StopTime






