Function ProDimensionBoundSet
Description
set the dimension's bound
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionBoundSet
(
/* (In)
The dimension's handle
*/
ProMdl TableModel
/* (In)
The model whose table is to be updated
*/
/* (In)
The new bound for the dimension
*/
)
Returns
The function set the dimension's bound successfully.
The dimension handle or the TableModel were invalid
The dimension's owner model or the TableModel are read-only.
cannot set bound for this dimension.
Could not modify the given item because it has read-only access.
User Guide References
Was this helpful?