AGI STK Objects 11Send comments on this topic.
RowCount Property (IAgDrDataSetCollection)
See Also
Windows






Windows & Linux

Description

Returns the number of rows in the dataset collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property RowCount() As Integer
[C#]
public int RowCount {get;}
[Managed C++]
public: __property int get_RowCount();
[Unmanaged C++]
public: HRESULT get_RowCount(
    long * pRetVal
);
[Java]
public int getRowCount();

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.