Class ListCoordinateSystemHelper
Inheritance
ListCoordinateSystemHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ListCoordinateSystemHelper
Methods
Add(ComWrapper<ICamApiListCoordinateSystem>, string, TST3DMatrix, string)
Add new coordinate system to the list
Declaration
public static ComWrapper<ICamApiCoordinateSystem> Add(this ComWrapper<ICamApiListCoordinateSystem> listCom, string name, TST3DMatrix matrix, string parentName)
Parameters
Returns
CoordinateSystem(ComWrapper<ICamApiListCoordinateSystem>, int)
Get coordinate system by index (0..Count-1)
Declaration
public static ComWrapper<ICamApiCoordinateSystem> CoordinateSystem(this ComWrapper<ICamApiListCoordinateSystem> listCom, int index)
Parameters
Returns
Count(ComWrapper<ICamApiListCoordinateSystem>)
Count of coordinate systems in the list
Declaration
public static int Count(this ComWrapper<ICamApiListCoordinateSystem> listCom)
Parameters
Returns
GetActive(ComWrapper<ICamApiListCoordinateSystem>)
Get active coordinate system of the list
Declaration
public static ComWrapper<ICamApiCoordinateSystem> GetActive(this ComWrapper<ICamApiListCoordinateSystem> listCom)
Parameters
Returns
GetByName(ComWrapper<ICamApiListCoordinateSystem>, string)
Get coordinate system by name
Declaration
public static ComWrapper<ICamApiCoordinateSystem> GetByName(this ComWrapper<ICamApiListCoordinateSystem> listCom, string name)
Parameters
Returns
Remove(ComWrapper<ICamApiListCoordinateSystem>, string)
Remove coordinate system from the list by name
Declaration
public static void Remove(this ComWrapper<ICamApiListCoordinateSystem> listCom, string name)
Parameters
SetActive(ComWrapper<ICamApiListCoordinateSystem>, string)
Change active coordinate system of the list
Declaration
public static void SetActive(this ComWrapper<ICamApiListCoordinateSystem> listCom, string name)
Parameters