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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.