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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1