Computes the data given a single Time and return just the indicated data elements. SingleTime uses DateFormat Dimension.
[Visual Basic .NET] |
---|
Public Function ExecSingleElements( _ ByVal SingleTime As System.Object, _ ByRef ElementNames As System.Array _ ) As IAgDrResult |
[C#] |
---|
public IAgDrResult ExecSingleElements( |
[Managed C++] |
---|
public: IAgDrResult^ ExecSingleElements( |
[Java] |
---|
public IAgDrResult execSingleElements( |
[Unmanaged C++] |
---|
public: HRESULT ExecSingleElements( |
- SingleTime
- The specific time value.
- ElementNames
- An array of element names.
IAgDrResult.
Execute a time dependent data provider and returning the specified elements for a single time
[C#] | ![]() | |
---|---|---|
|
Execute a time dependent data provider and returning the specified elements for a single time
[Visual Basic .NET] | ![]() | |
---|---|---|
|