AGI STK Objects 11Send comments on this topic.
ExecElementsEventArray Method (IAgDataPrvTimeVar)
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, _
   ByRef ElementNames As System.Array _
) As IAgDrResult
[C#]
public IAgDrResult ExecElementsEventArray(
   IAgCrdnEventArray pEventArray,
   System.Object StartTime,
   System.Object StopTime,
   ref System.Array ElementNames
);
[Managed C++]
public: IAgDrResult^ ExecElementsEventArray(
   IAgCrdnEventArray ^ pEventArray,
   VARIANT StartTime,
   VARIANT StopTime,
   System::Array ^^ ElementNames
);
[Java]
public IAgDrResult execElementsEventArray(
   IAgCrdnEventArray pEventArray,
   Variant StartTime,
   Variant StopTime,
   Object[] ElementNames
);
[Unmanaged C++]
public: HRESULT ExecElementsEventArray(
   IAgCrdnEventArray * pEventArray,
   VARIANT StartTime,
   VARIANT StopTime,
   SAFEARRAY ** ElementNames,
   IAgDrResult ** ReturnValue
);

Parameters

pEventArray
StartTime
StopTime
ElementNames

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.