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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1