Compute the data and return just the indicated data elements; time-dependent data providers require an interval and a time step.
[Visual Basic .NET] |
---|
Public Function ExecElements( _ ByVal StartTime As System.Object, _ ByVal StopTime As System.Object, _ ByVal StepTime As Double, _ ByRef ElementNames As System.Array _ ) As IAgDrResult |
[C#] |
---|
public IAgDrResult ExecElements( |
[Managed C++] |
---|
public: IAgDrResult^ ExecElements( |
[Java] |
---|
public IAgDrResult execElements( |
[Unmanaged C++] |
---|
public: HRESULT ExecElements( |
- StartTime
- The start time.
- StopTime
- The stop time.
- StepTime
- The step value.
- ElementNames
- An array of element names.
IAgDrResult.
[Visual Basic .NET] | ![]() | |
---|---|---|
|