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