Class LinkModelItemHelper
Helper methods for ICamApiLinkModelItem
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class LinkModelItemHelper
Methods
IsSimpleLink(ComWrapper<ICamApiLinkModelItem>)
Declaration
public static bool IsSimpleLink(this ComWrapper<ICamApiLinkModelItem> linkCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLinkModelItem> | linkCom |
Returns
| Type | Description |
|---|---|
| bool |
LinkModelFormer(ComWrapper<ICamApiLinkModelItem>)
Declaration
public static ComWrapper<ICamApiModelFormer> LinkModelFormer(this ComWrapper<ICamApiLinkModelItem> linkCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLinkModelItem> | linkCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiModelFormer> |