Class PocketModelItemHelper
Helper methods for ICamApiPocketModelItem
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class PocketModelItemHelper
Methods
AlternateFrontSide(ComWrapper<ICamApiPocketModelItem>)
Declaration
public static bool AlternateFrontSide(this ComWrapper<ICamApiPocketModelItem> itemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPocketModelItem> | itemCom |
Returns
| Type | Description |
|---|---|
| bool |
ContactMode(ComWrapper<ICamApiPocketModelItem>)
Declaration
public static TModelFormerZoneContactMode ContactMode(this ComWrapper<ICamApiPocketModelItem> itemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPocketModelItem> | itemCom |
Returns
| Type | Description |
|---|---|
| TModelFormerZoneContactMode |
SetAlternateFrontSide(ComWrapper<ICamApiPocketModelItem>, bool)
Declaration
public static void SetAlternateFrontSide(this ComWrapper<ICamApiPocketModelItem> itemCom, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPocketModelItem> | itemCom | |
| bool | value |
SetContactMode(ComWrapper<ICamApiPocketModelItem>, TModelFormerZoneContactMode)
Declaration
public static void SetContactMode(this ComWrapper<ICamApiPocketModelItem> itemCom, TModelFormerZoneContactMode value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPocketModelItem> | itemCom | |
| TModelFormerZoneContactMode | value |
SetStock(ComWrapper<ICamApiPocketModelItem>, double)
Declaration
public static void SetStock(this ComWrapper<ICamApiPocketModelItem> itemCom, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPocketModelItem> | itemCom | |
| double | value |
Stock(ComWrapper<ICamApiPocketModelItem>)
Declaration
public static double Stock(this ComWrapper<ICamApiPocketModelItem> itemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPocketModelItem> | itemCom |
Returns
| Type | Description |
|---|---|
| double |