STK ObjectsSend comments on this topic.
ExecEventArray Method (IAgDataPrvInterval)
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 IAgDrResult
[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++]
public: HRESULT ExecEventArray(
    IAgCrdnEventArray * pEventArray,
    VARIANT StartTime,
    VARIANT StopTime,
    IAgDrResult ** ppIAgDrResult
);
[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":

Parameters

pEventArray
StartTime
StopTime

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.