Compute the data; time-dependent data
providers require an interval and a time step. Start/Stop use
DateFormat Dimension. StepTime uses Time Dimension.
[Visual Basic .NET] |
---|
Public Function Exec( _
ByVal StartTime As System.Object, _
ByVal StopTime As System.Object, _
ByVal StepTime As Double _
) As IAgDrResult
|
[C#] |
---|
public IAgDrResult Exec(
|
[Managed C++] |
---|
public: IAgDrResult^ Exec(
|
[Java] |
---|
public IAgDrResult exec(
|
[Unmanaged C++] |
---|
public: HRESULT Exec(
|
- StartTime
- The start time.
- StopTime
- The stop time.
- StepTime
- The step value.
IAgDrResult.
Execute a time
dependent data provider and request all elements for the specified
time interval
[C#] | Copy Code | |
---|---|---|
|
Execute a time
dependent data provider and request all elements for the specified
time interval
[Visual Basic .NET] | Copy Code | |
---|---|---|
|