Interface ICAMAPIProjectEtalon
Etalon - a tree of abstract data nodes
Assembly: CAMAPI.EtalonProject.dll
Syntax
[Guid("E5493D50-5FBD-4931-B46E-8310A3B4AEA1")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICAMAPIProjectEtalon
Properties
FileName
File name the etalon was loaded from
Declaration
Property Value
Version
Version of etalon file format
Declaration
Property Value
Methods
LoadFromFile(string)
Load existing etalon from file
Declaration
bool LoadFromFile(string FileName)
Parameters
Type |
Name |
Description |
string |
FileName |
|
Returns
SaveToFile(string)
Save existing etalon to file
Declaration
bool SaveToFile(string FileName)
Parameters
Type |
Name |
Description |
string |
FileName |
|
Returns