|
TalMap SDK Libary Reference |
XCtrlMan::GetIndexMap |
À妽º ¸Ê °³Ã¼¸¦ ¾ò½À´Ï´Ù. |
|
|
|
Parameters
|
|
Return Value
|
|
Remarks
|
GetIndexMap ´Â XCtrlMan ÀÇ Method·Î Á¦°øµË´Ï´Ù.
»ç¿ëÀÚ´Â ÀÌ ¸Þ¼Òµå¸¦ ÀÌ¿ëÇÏ¿©, TalMapX Control¿¡¼ Á¦°øÇÏ´Â À妽º ¸Ê °³Ã¼¸¦ ¾òÀ» ¼ö ÀÖ½À´Ï´Ù.
|
|
|
|
Example
|
|
var ctrlman = m_Map.GetCtrlMan();
var indexmap = ctrlman.GetIndexMap();
|
|
|
#include "CXCtrlMan.h"
#include "CXIndexMap.h"
CXCtrlMan ctrlman = m_Map.GetCtrlMan();
CXIndexMap indexmap = ctrlman.GetIndexMap();
|
|
|
TalMapXLib.IXIndexMap indexmap = m_Map.GetCtrlMan().GetIndexMap();
|
|
|
Dim indexmap As TalMapXLib.IXIndexMap
Set indexmap = m_Map.GetCtrlMan.GetIndexMap
|
|
|
|
See Also
|