void enuSetUseAttribute_interface_id(HSVG pSvgHandler, HNODE pNode, wchar_t* strValue)
void enuSetUseAttribute_interface_id(HSVG pSvgHandler, HNODE pNode, wchar_t* strValue)
Parameters
- HSVG pSvgHandler
SVG 핸들을 입력합니다.
- HNODE pNode
USE객체의 노드 핸들을 입력합니다.
- wchar_t* strValue
Interface를 수행할 원본 USE객체의 ID 값을 지정합니다. (”#ID_USE1”)
Return Value
Type : NONE
Remarks
USE객체는 외부의 심볼 또는 USE객체에 대하여 interface를 수행할 수 있다. 인터페이스를 설정하게되면 해당 인터페이스 id값을 지정하여 인터페이스객체로 연계한다.
Examples
enuSetUseAttribute_interface(hsvg, node_use, L"true");
enuSetUseAttribute_interface_id(hsvg, node_use, L"#ID_USE1");