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






Windows & Linux

Description

Returns a four-dimensional array of min/max lat/lon values 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 
[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
0 based index.
Length
The size of the array being returned. Use -1 to specify to the end.

Return Type

An array of exclusion zones.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.