Documentação da API > Dimensions > Object ProDimension > Function ProDimensionIsFractional
Function ProDimensionIsFractional
Description
Determines whether the specified dimension is fractional.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionIsFractional
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean* fractional
/* (Out)
The dimension fractional (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
Isto foi útil?