yucad3d

CadXrefPutPath

Sets the file path of the external reference.

std::int32_t CadXrefPutPath ( YuHandle hBlock, const char* szPathName );

Parameters

hBlock (YuHandle)
Handle to the block definition.
szPathName (const char*)
NUL-terminated UTF-8 string.

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also