Class CustomAttributesBooleanValueIndexerHelper
Helper methods for ICamApiCustomAttributesBooleanValueIndexer
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class CustomAttributesBooleanValueIndexerHelper
Methods
GetValue(ComWrapper<ICamApiCustomAttributesBooleanValueIndexer>, string)
Get or set child node value as Boolean by its full name (divided by dots).
Declaration
public static bool GetValue(this ComWrapper<ICamApiCustomAttributesBooleanValueIndexer> indexer, string fullName)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCustomAttributesBooleanValueIndexer> | indexer | |
| string | fullName |
Returns
| Type | Description |
|---|---|
| bool |
SetValue(ComWrapper<ICamApiCustomAttributesBooleanValueIndexer>, string, bool)
Get or set child node value as Boolean by its full name (divided by dots).
Declaration
public static void SetValue(this ComWrapper<ICamApiCustomAttributesBooleanValueIndexer> indexer, string fullName, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCustomAttributesBooleanValueIndexer> | indexer | |
| string | fullName | |
| bool | value |