|
TalMap SDK Libary Reference |
XUtility::GetIntIntegerMap |
XIntIntegerMap °³Ã¼¸¦ ±¸ÇÕ´Ï´Ù. |
|
|
|
Parameters
|
|
Return Value
|
|
Remarks
|
GetIntIntegerMap ´Â XUtility ÀÇ Method·Î Á¦°øµË´Ï´Ù.
»ç¿ëÀÚ´Â ÀÌ ¸Þ¼Òµå¸¦ ÀÌ¿ëÇÏ¿©, XIntIntegerMap °´Ã¼¸¦ ±¸ÇÕ´Ï´Ù. |
|
|
|
Example
|
|
var util = m_Map.GetUtility();
var intintmap = util.GetIntIntegerMap();
|
|
|
#include "CXUtility.h"
#include "CXIntIntegerMap.h"
CXUtility util = m_Map.GetUtility();
CXIntIntegerMap intintmap = util.GetIntIntegerMap();
|
|
|
|
See Also
|