Computes the data and returns just the indicated data elements; fixed data providers do not require arguments.
[Visual Basic .NET] |
---|
Public Function ExecElements( _ 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( |
- ElementNames
- An array of element names.
[Visual Basic .NET] | ![]() | |
---|---|---|
|
Execute a non time dependent data provider (for instance facility position) and request only the specified elements
[C#] | ![]() | |
---|---|---|
|
Execute a non time dependent data provider (for instance facility position) and request only the specified elements
[Visual Basic .NET] | ![]() | |
---|---|---|
|