Class LatheCycleChipBreakingDwellHelper
Throwing wrappers for the Dwell discriminated-union group on ICamApiLatheCycleChipBreakingDwell.
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class LatheCycleChipBreakingDwellHelper
Methods
GetDwellIsOff(ComWrapper<ICamApiLatheCycleChipBreakingDwell>)
Declaration
public static bool GetDwellIsOff(this ComWrapper<ICamApiLatheCycleChipBreakingDwell> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleChipBreakingDwell> | com |
Returns
| Type | Description |
|---|---|
| bool |
GetDwellIsRevolution(ComWrapper<ICamApiLatheCycleChipBreakingDwell>)
Declaration
public static (bool IsActive, double Value) GetDwellIsRevolution(this ComWrapper<ICamApiLatheCycleChipBreakingDwell> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleChipBreakingDwell> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, double Value) |
GetDwellIsSecond(ComWrapper<ICamApiLatheCycleChipBreakingDwell>)
Declaration
public static (bool IsActive, double Value) GetDwellIsSecond(this ComWrapper<ICamApiLatheCycleChipBreakingDwell> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleChipBreakingDwell> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, double Value) |
SetDwellIsOff(ComWrapper<ICamApiLatheCycleChipBreakingDwell>)
Declaration
public static void SetDwellIsOff(this ComWrapper<ICamApiLatheCycleChipBreakingDwell> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleChipBreakingDwell> | com |
SetDwellIsRevolution(ComWrapper<ICamApiLatheCycleChipBreakingDwell>, double)
Declaration
public static void SetDwellIsRevolution(this ComWrapper<ICamApiLatheCycleChipBreakingDwell> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleChipBreakingDwell> | com | |
| double | value |
SetDwellIsSecond(ComWrapper<ICamApiLatheCycleChipBreakingDwell>, double)
Declaration
public static void SetDwellIsSecond(this ComWrapper<ICamApiLatheCycleChipBreakingDwell> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleChipBreakingDwell> | com | |
| double | value |