STK ObjectsSend 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();
[Python - STK API ]
@property
def RowCount(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.