Class CustomAttributesLibraryHelper
Inheritance
CustomAttributesLibraryHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class CustomAttributesLibraryHelper
Methods
Attributes(ComWrapper<ICamApiCustomAttributesLibrary>)
Attributes collection of the library.
Declaration
public static ComWrapper<ICamApiCustomAttributesCollection> Attributes(this ComWrapper<ICamApiCustomAttributesLibrary> lib)
Parameters
Returns
FileName(ComWrapper<ICamApiCustomAttributesLibrary>)
Declaration
public static string FileName(this ComWrapper<ICamApiCustomAttributesLibrary> lib)
Parameters
Returns
InFileUpdateStamp(ComWrapper<ICamApiCustomAttributesLibrary>)
The library state stamp just after it loaded or saved to file.
Declaration
public static long InFileUpdateStamp(this ComWrapper<ICamApiCustomAttributesLibrary> lib)
Parameters
Returns
LibraryID(ComWrapper<ICamApiCustomAttributesLibrary>)
Global unique library ID.
Declaration
public static Guid LibraryID(this ComWrapper<ICamApiCustomAttributesLibrary> lib)
Parameters
Returns
LibraryVersion(ComWrapper<ICamApiCustomAttributesLibrary>)
Version of library file. Incremented each time the library file changed.
Declaration
public static int LibraryVersion(this ComWrapper<ICamApiCustomAttributesLibrary> lib)
Parameters
Returns
UpdateStamp(ComWrapper<ICamApiCustomAttributesLibrary>)
Stamp of the library state. Helps to detect changes.
Declaration
public static long UpdateStamp(this ComWrapper<ICamApiCustomAttributesLibrary> lib)
Parameters
Returns