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






Windows & Linux

Description

Returns a jagged array of grid points and their intervals. The elements are single-dimension arrays each containing three elements: latitude, longitude and a jagged array of access intervals.

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.