STK ObjectsSend 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 System.Array
[C#]
public System.Array ToArray(
    int Index,
    int Length
);
[Managed C++]
public: System::Array ToArray(
    int Index,
    int Length
);
[Unmanaged C++]
public: HRESULT ToArray(
    long Index,
    long Length,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray toArray(
    int Index,
    int Length
);
[Python - STK API ]
def ToArray(self, Index:int, Length:int) -> list:

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.