Class ToolConnectorHelper
Helper methods for ICamApiToolConnector
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ToolConnectorHelper
Methods
Id(ComWrapper<ICamApiToolConnector>)
Index of the tool connector
Declaration
public static string Id(this ComWrapper<ICamApiToolConnector> toolConnectorCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiToolConnector> | toolConnectorCom | Tool connector |
Returns
| Type | Description |
|---|---|
| string |
Name(ComWrapper<ICamApiToolConnector>)
Non-unique name of the tool connector
Declaration
public static string Name(this ComWrapper<ICamApiToolConnector> toolConnectorCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiToolConnector> | toolConnectorCom | Tool connector |
Returns
| Type | Description |
|---|---|
| string |