Class CoordinateItemHelper
Helper methods for ICamApiCoordinateItem
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class CoordinateItemHelper
Methods
Axis(ComWrapper<ICamApiCoordinateItem>)
Declaration
public static TST5DPoint Axis(this ComWrapper<ICamApiCoordinateItem> coordinateItemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCoordinateItem> | coordinateItemCom |
Returns
| Type | Description |
|---|---|
| TST5DPoint |
Coordinate(ComWrapper<ICamApiCoordinateItem>)
Declaration
public static double Coordinate(this ComWrapper<ICamApiCoordinateItem> coordinateItemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCoordinateItem> | coordinateItemCom |
Returns
| Type | Description |
|---|---|
| double |
SetAxis(ComWrapper<ICamApiCoordinateItem>, TST5DPoint)
Declaration
public static void SetAxis(this ComWrapper<ICamApiCoordinateItem> coordinateItemCom, TST5DPoint value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCoordinateItem> | coordinateItemCom | |
| TST5DPoint | value |
SetCoordinate(ComWrapper<ICamApiCoordinateItem>, double)
Declaration
public static void SetCoordinate(this ComWrapper<ICamApiCoordinateItem> coordinateItemCom, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCoordinateItem> | coordinateItemCom | |
| double | value |