VertexFrame row_count¶
-
row_count
¶ Number of rows in the current frame.
Parameters: Returns: : int
The number of rows in the frame
Counts all of the rows in the frame.
Examples
Get the number of rows:
>>> frame.row_count 4
row_count
¶Number of rows in the current frame.
Parameters: | |
---|---|
Returns: | : int
|
Counts all of the rows in the frame.
Examples
Get the number of rows:
>>> frame.row_count
4