Interface ICamApiWriteToReportProbingAction
Write To Report action. XML type: TWriteToReportCycleAction. Stores the measured value into a report with a component/feature index. ComponentNumber and FeatureNumber use explicit (fixed) mode when set via this API.
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("F7A8B9C0-D1E2-5346-F7A8-B9C0D1E25346")]
public interface ICamApiWriteToReportProbingAction
Properties
ComponentNumber
Component number for the report entry. Reading returns the resolved value (0 if not in explicit mode). Writing switches to explicit mode and stores the value.
Declaration
int ComponentNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
FeatureNumber
Feature number for the report entry. Reading returns the resolved value (0 if not in explicit mode). Writing switches to explicit mode and stores the value.
Declaration
int FeatureNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |