이전   앞으로 모두축소 Home > SDK Library > XPointList > XPointList::Value 
TalMap SDK Libary Reference
XPointList::Value
PointList 에 특정 위치의 Point 값을 구합니다.

XPointList::Value
XPoint Value(LONG Index);
  Parameters
 
Index
값을 구할 XPoint 위치
  Return Value
 
XPoint 값.
  Remarks
 
Value 는 XPointList 의 Method로 제공됩니다.
사용자는 이 메소드를 이용하여 PointList 의 특정 XPoint 값을 구합니다.
  Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
 
Reference
Hirarchy Chart
XPointList
XPoint
Other Resource
XPointList Members
top