STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT GetArray(
    VARIANT IndexOrName,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getArray(
    AgVariant IndexOrName
);
[Python - STK API ]
def GetArray(self, IndexOrName:typing.Any) -> list:

Parameters

IndexOrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.