AGI STK Objects 11Send comments on this topic.
ToArray Method (IAgIntervalCollection)
See Also 
Index
The starting index.
Length
The length of the array being returned. Use -1 to specify to the end.
Windows






Windows & Linux

Description

Returns a two-dimensional array of intervals beginning at a given position and having specified number of rows.

Syntax

[Visual Basic .NET]
Public Function ToArray( _
   ByVal Index As Integer, _
   ByVal Length As Integer _
) As System.Array
[C#]
public System.Array ToArray(
   int Index,
   int Length
);
[Managed C++]
public: System::Array ToArray(
   int Index,
   int Length
);
[Java]
public Object[] toArray(
   int Index,
   int Length
);
[Unmanaged C++]
public: HRESULT ToArray(
   long Index,
   long Length,
   SAFEARRAY ** Array
);

Parameters

Index
The starting index.
Length
The length of the array being returned. Use -1 to specify to the end.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.