Returns an array of values at the specified index. Valid values of index range from 0 to Count-1.
[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: |
- IndexOrName