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






Windows & Linux

Description

Returns an array of the elements in the collection

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.