AGI STK Objects 11 Send comments on this topic.
GetArray Method (IAgDrTimeArrayElements)
See Also 
IndexOrName
Windows






Windows & Linux

Description

Returns an array of values at the specified index. Valid values of index range from 0 to Count-1

Syntax

[Visual Basic .NET]
Public Function GetArray( _
   ByVal IndexOrName As System.Object _
) As System.Array

[C#]
public System.Array GetArray(
System.Object IndexOrName
);

[Managed C++]
public: System::Array GetArray(
VARIANT IndexOrName
);

[Java]
public Object[] getArray(
Variant IndexOrName
);

[Unmanaged C++]
public: HRESULT GetArray(
VARIANT IndexOrName,
SAFEARRAY ** Array
);

Parameters

IndexOrName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface