Compute the data; interval data providers require an interval or list of intervals. StartTime/StopTime use DateFormat Dimension.
| [Visual Basic .NET] |
|---|
Public Function Exec( _ ByVal StartTime As System.Object, _ ByVal StopTime As System.Object _ ) As IAgDrResult |
| [C#] |
|---|
public IAgDrResult Exec( |
| [Managed C++] |
|---|
public: IAgDrResult^ Exec( |
| [Java] |
|---|
public IAgDrResult exec( |
| [Unmanaged C++] |
|---|
public: HRESULT Exec( |
- StartTime
- The start time of the interval.
- StopTime
- The stop time of the interval.
IAgDrResult.
Execute an interval data provider (for instance access times) and returning all elements
| [C#] | Copy Code | |
|---|---|---|
| ||
Execute an interval data provider (for instance access times) and returning all elements
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
