Interface ICamApiFeatureList
List of recognized features
Namespace: CAMAPI.FeatureFinder
Assembly: CAMAPI.FeatureFinder.dll
Syntax
[Guid("7CCA5A83-514B-4DF6-9006-F4DCB0338954")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiFeatureList
Properties
Count
Number of features in the list
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
Feature[int]
Declaration
ICamApiFeature Feature[int Index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | Index |
Property Value
| Type | Description |
|---|---|
| ICamApiFeature |