STK ObjectsSend comments on this topic.
ExecElementsEventArray Method (IAgDataPrvInterval)
See Also
pEventArray
StartTime
StopTime
ElementNames
Windows





Windows & Linux

Description

Compute the data and returns just the indicated data elements; Input is a Times Array component, and object start and stop times. Start/Stop use DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Function ExecElementsEventArray( _
    ByVal pEventArray As IAgCrdnEventArray, _
    ByVal StartTime As System.Object, _
    ByVal StopTime As System.Object, _
    ByVal ElementNames As System.Array _
) As IAgDrResult
[C#]
public IAgDrResult ExecElementsEventArray(
    IAgCrdnEventArray pEventArray,
    System.Object StartTime,
    System.Object StopTime,
    System.Array ElementNames
);
[Managed C++]
public: IAgDrResult^ ExecElementsEventArray(
    IAgCrdnEventArray ^ pEventArray,
    VARIANT StartTime,
    VARIANT StopTime,
    System::Array ^ ElementNames
);
[Unmanaged C++]
public: HRESULT ExecElementsEventArray(
    IAgCrdnEventArray * pEventArray,
    VARIANT StartTime,
    VARIANT StopTime,
    SAFEARRAY * * ElementNames,
    IAgDrResult ** ppRetVal
);
[Java]
public IAgDrResult execElementsEventArray(
    IAgCrdnEventArray pEventArray,
    AgVariant StartTime,
    AgVariant StopTime,
    AgSafeArray ElementNames
);
[Python - STK API ]
def ExecElementsEventArray(self, pEventArray:"IAgCrdnEventArray", StartTime:typing.Any, StopTime:typing.Any, ElementNames:list) -> "IAgDrResult":

Parameters

pEventArray
StartTime
StopTime
ElementNames

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.