API 설명서 > Drawings and detail > Object ProDwgtable > Function ProDwgtableRowheightAutoadjustGet
Function ProDwgtableRowheightAutoadjustGet
Description
Get the automatic row height adjustment property for a row of a drawing table.
Synopsis
#include <ProDwgtable.h>
ProDwgtableRowheightAutoadjustGet
(
/* (In)
The reference to the table.
*/
int row
/* (In)
Row number for which the property is to be retrieved. Row numbers start with 1.
*/
/* (Out)
Retrieved value for auto-adjust property.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The automatic adjust property could not be retrieved.
User Guide References
도움이 되셨나요?