AGI STK Objects 11 Send comments on this topic.
GetRow Method (IAgDrDataSetCollection)
See Also 
Index





Description

Returns the specified row.

Syntax

[Visual Basic .NET]
Public Function GetRow( _
   ByVal Index As Integer _
) As System.Array

[C#]
public System.Array GetRow(
int Index
);

[Managed C++]
public: System::Array GetRow(
int Index
);

[Java]
public Object[] getRow(
int Index
);

[Unmanaged C++]
public: HRESULT GetRow(
long Index,
SAFEARRAY ** Array
);

Parameters

Index

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1