STK ObjectsSend comments on this topic.
GetValues Method (IAgDrDataSet)
See Also
Windows






Windows & Linux

Description

Retrieves an array of values of the elements in the dataset.

Syntax

[Visual Basic .NET]
Public Function GetValues() As 
[C#]
public System.Array GetValues();
[Managed C++]
public: System::Array GetValues();
[Java]
public VariantArray getValues();
[Unmanaged C++]
public: HRESULT GetValues(
    SAFEARRAY * * ppRetVal
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.