API Documentation > Drawings and detail > Object ProDwgtable > Function ProDwgtableRowSizeGet
Function ProDwgtableRowSizeGet
Description
Returns the size of the specified row in world units. The size includes the height of the text along with padding. Padding is equal to 0.5 times the character height returned by ProDwgtableCharheightGet().
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableRowSizeGet
(
/* (In)
The drawing table
*/
int segment
/* (In)
The segment identifier
*/
int row
/* (In)
The row. The row index starts at 0
*/
double* size
/* (Out)
The size of the row
*/
)
Returns
The function successfully retrieved the information.
One of more of the input arguments are invalid.
Sample Code References
User Guide References
Was this helpful?