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