Function ProDwgtableColumnSizeGet
Description
Returns the size of the specified column, in world units.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableColumnSizeGet
(
/* (In)
The drawing table
*/
int segment
/* (In)
The segment identifier
*/
int column
/* (In)
The column. The column 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
これは役に立ちましたか?