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 |
IsLeft(ComWrapper<ICamApiPocketModelItem>)
Declaration
public static bool IsLeft(this ComWrapper<ICamApiPocketModelItem> itemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPocketModelItem> | itemCom |
Returns
| Type | Description |
|---|---|
| bool |
SetAlternateFrontSide(ComWrapper<ICamApiPocketModelItem>, bool)
Declaration
public static void SetAlternateFrontSide(this ComWrapper<ICamApiPocketModelItem> itemCom, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPocketModelItem> | itemCom | |
| bool | value |
SetIsLeft(ComWrapper<ICamApiPocketModelItem>, bool)
Declaration
public static void SetIsLeft(this ComWrapper<ICamApiPocketModelItem> itemCom, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPocketModelItem> | itemCom | |
| bool | value |