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






Windows & Linux

Description

Returns an array of all time intervals.

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
Length

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.