API Documentation > 3D drawings and annotations > Object ProDimension > Function ProDimensionIsReldriven
Function ProDimensionIsReldriven
Description
Determines whether the specified dimension is rel_driven.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionIsReldriven
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean* rel_driven
/* (Out)
The dimension rel_driven (PRO_B_TRUE or PRO_B_FALSE).
*/
)
Returns
The function successfully retrieved the information.
The data structure was not set.
Sample Code References
User Guide References
Was this helpful?