Computes the data given a single Time array
and return just the indicated data elements. SingleTime uses
DateFormat Dimension.
[Visual Basic .NET] |
---|
Public Function ExecSingleElementsArray( _
ByRef TimeArray As System.Array, _
ByRef ElementNames As System.Array _
) As IAgDrTimeArrayElements
|
[C#] |
---|
public IAgDrTimeArrayElements ExecSingleElementsArray(
|
[Managed C++] |
---|
public: IAgDrTimeArrayElements^ ExecSingleElementsArray(
|
[Java] |
---|
public IAgDrTimeArrayElements execSingleElementsArray(
|
[Unmanaged C++] |
---|
public: HRESULT ExecSingleElementsArray(
|
- TimeArray
- ElementNames
Execute a time
dependent data provider and returning the specified elements at the
specified time
[C#] | Copy Code | |
---|---|---|
|
Execute a time
dependent data provider and returning the specified elements at the
specified time
[Visual Basic .NET] | Copy Code | |
---|---|---|
|