Interface ICAMAPIProjectEtalonFormer
Namespace: CAMAPI.EtalonProject
Assembly: CAMAPI.EtalonProject.dll
Syntax
[Guid("05A513C1-8D3F-4A3E-BC43-EAB02B94D001")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICAMAPIProjectEtalonFormer : ICAMAPIProjectEtalonReceiver
Methods
BeginEtalon()
Start creating of a new etalon in memory
Declaration
void BeginEtalon()
BeginEtalonNode(string, string, object)
Declaration
void BeginEtalonNode(string ID, string NodeType, object Value)
Parameters
Type | Name | Description |
---|---|---|
string | ID | |
string | NodeType | |
object | Value |
CreateEtalonComparer()
Creates a new etalon comparer instance.
Declaration
ICAMAPIProjectEtalonComparer CreateEtalonComparer()
Returns
Type | Description |
---|---|
ICAMAPIProjectEtalonComparer |
EndEtalon()
Finish creating of a new etalon
Declaration
ICAMAPIProjectEtalon EndEtalon()
Returns
Type | Description |
---|---|
ICAMAPIProjectEtalon |
EndEtalonNode()
Declaration
void EndEtalonNode()