|
TalMap SDK Libary Reference |
XVisibleState::SetCanFocus |
°³Ã¼(Object)°¡ Æ÷Ä¿½º¸¦ ¹ÞÀ» ¼ö ÀÖ´ÂÁöÀÇ ¿©ºÎ¸¦ ¼³Á¤ÇÕ´Ï´Ù. |
|
|
|
Parameters
|
Value |
¼³Á¤ÇÒ °ª. (0: Æ÷Ä¿½º¸¦ ¹ÞÀ» ¼ö ¾ø´Ù, 1: Æ÷Ä¿½º¸¦ ¹ÞÀ» ¼ö ÀÖ´Ù) |
|
|
|
|
Return Value
|
|
Remarks
|
SetCanFocus ´Â XVisibleState ÀÇ Method·Î Á¦°øµË´Ï´Ù.
»ç¿ëÀÚ´Â ÀÌ ¸Þ¼Òµå¸¦ ÀÌ¿ëÇÏ¿© °³Ã¼°¡ Æ÷Ä¿½º¸¦ ¹ÞÀ» ¼ö ÀÖ´ÂÁöÀÇ ¿©ºÎ¸¦ ¼³Á¤ÇÒ ¼ö ÀÖ½À´Ï´Ù.
|
|
|
|
Example
|
|
var ctrlman = m_Map.GetCtrlMan();
var poiman = ctrlman.GetPOIMan();
poiman.SetCanFocus(1); // Can Focus
|
|
|
#include "CXCtrlMan.h"
#include "CXPOIMan.h"
CXCtrlMan ctrlman = m_Map.GetCtrlMan();
CXPOIMan poiman = ctrlMan.GetPOIMan();
poiman.SetCanFocus(1); // Can Focus
|
|
|
|
See Also
|