STK ObjectsSend comments on this topic.
ExecElementsEventArrayOnly Method (IAgDataPrvTimeVar)
See Also
pEventArray
ElementNames
Windows





Windows & Linux

Description

Compute the data and returns just the indicated data elements; Input is a Times Array component.

Syntax

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

Parameters

pEventArray
ElementNames

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.