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 
[C#]
public System.Array ToArray(
    int Index,
    int Length
);
[Managed C++]
public: System::Array ToArray(
    int Index,
    int Length
);
[Java]
public VariantArray toArray(
    int Index,
    int Length
);
[Unmanaged C++]
public: HRESULT ToArray(
    long Index,
    long Length,
    SAFEARRAY * * ppRetVal
);

Parameters

Index
Length

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.