STK ObjectsSend 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 System.Array
[C#]
public System.Array ToArray();
[Managed C++]
public: System::Array ToArray();
[Unmanaged C++]
public: HRESULT ToArray(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray toArray();
[Python - STK API ]
def ToArray(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.