Class CustomAttributesArrayValueIndexerHelper
Helper methods for ICamApiCustomAttributesArrayValueIndexer
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class CustomAttributesArrayValueIndexerHelper
Methods
GetValue(ComWrapper<ICamApiCustomAttributesArrayValueIndexer>, string)
Get child node as Array by its full name (divided by dots).
Declaration
public static ComWrapper<ICamApiCustomAttributesTreeNodesArray> GetValue(this ComWrapper<ICamApiCustomAttributesArrayValueIndexer> indexer, string fullName)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCustomAttributesArrayValueIndexer> | indexer | |
| string | fullName |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiCustomAttributesTreeNodesArray> |