yucad3d

CadPntStylePutSnap

Sets the snap of the point style.

void CadPntStylePutSnap ( YuHandle hStyle, std::int32_t bSnap );

Parameters

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

Return Value

None.

See Also