AGI STK Objects 11Send comments on this topic.
ToArray Method (IAgDrDataSetCollection)
See Also
Windows






Windows & Linux

Description

Returns the entire dataset collection in row format.

Syntax

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

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.