yucad3d

CadDimStyleGetZeroSup

Returns the zero sup of the dimension style.

std::int32_t CadDimStyleGetZeroSup ( YuHandle hStyle, std::int32_t bAngular );

Parameters

hStyle (YuHandle)
Handle to the style.
bAngular (std::int32_t)
Boolean flag: nonzero = true / enabled, 0 = false / disabled.

Return Value

The zero sup.

See Also