Class CastingPrimitiveModelItemHelper
Helper methods for ICamIpcCastingPrimitiveModelItem
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class CastingPrimitiveModelItemHelper
Methods
GetStock(ComWrapper<ICamIpcCastingPrimitiveModelItem>)
Declaration
public static double GetStock(this ComWrapper<ICamIpcCastingPrimitiveModelItem> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCastingPrimitiveModelItem> | com |
Returns
| Type | Description |
|---|---|
| double |
SetStock(ComWrapper<ICamIpcCastingPrimitiveModelItem>, double)
Declaration
public static void SetStock(this ComWrapper<ICamIpcCastingPrimitiveModelItem> com, double stock)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCastingPrimitiveModelItem> | com | |
| double | stock |