Back   Forward Collaspe All Home > SDK Library > XPointList > XPointList::Add 
TalMap SDK Libary Reference
XPointList::Add
PointList 에 Point를 추가 합니다.

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