Class Point3DListHelper
Inheritance
Point3DListHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class Point3DListHelper
Methods
Add(ComWrapper<ICamApiPoint3DList>, TST3DPoint)
Add a point and return its index
Declaration
public static int Add(this ComWrapper<ICamApiPoint3DList> listCom, TST3DPoint point)
Parameters
Returns
Count(ComWrapper<ICamApiPoint3DList>)
Number of points in the list
Declaration
public static int Count(this ComWrapper<ICamApiPoint3DList> listCom)
Parameters
Returns
Item(ComWrapper<ICamApiPoint3DList>, int)
Declaration
public static TST3DPoint Item(this ComWrapper<ICamApiPoint3DList> listCom, int index)
Parameters
Returns