Back   Forward Collaspe All Home > SDK Library > XPOIItem > XPOIItem::GetContents 
TalMap SDK Libary Reference
XPOIItem::GetContents
POI Item에 연결된 Contents 을 확인합니다.

XPOIItem::GetContents
String GetContents( );
  Parameters
 
NONE
  Return Value
 
Contents
  Remarks
 
GetContents 는 XPOIItem 의 Method로 제공됩니다.
사용자는 이 메소드를 이용하여 Contents 을 확인할 수 있습니다.
Contents란 Caption과 비슷하지만, Caption 외에 POI 가 가질수 있는 문자열을 의미합니다.
  Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
 
Reference
Hirarchy Chart
XPOIItem
Other Resource
XPOIItem Members
top