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