Interface ICamApiCustomAttributesLibrary
Custom attributes library.
Namespace: CAMAPI.CustomAttributes
Assembly: CAMAPI.CustomAttributes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("CA49DE69-1E88-4E8A-BCF6-9D787BE731A1")]
public interface ICamApiCustomAttributesLibraryProperties
Attributes
Attributes collection of the library.
Declaration
ICamApiCustomAttributesCollection Attributes { get; }Property Value
| Type | Description | 
|---|---|
| ICamApiCustomAttributesCollection | 
FileName
The library file path.
Declaration
string FileName { get; }Property Value
| Type | Description | 
|---|---|
| string | 
InFileUpdateStamp
The library state stamp just after it loaded or saved to file.
Declaration
long InFileUpdateStamp { get; }Property Value
| Type | Description | 
|---|---|
| long | 
LibraryID
Global unique library ID.
Declaration
Guid LibraryID { get; }Property Value
| Type | Description | 
|---|---|
| Guid | 
LibraryVersion
Version of library file. Incremented each time the library file changed.
Declaration
int LibraryVersion { get; }Property Value
| Type | Description | 
|---|---|
| int | 
UpdateStamp
Stamp of the library state. Helps to detect changes.
Declaration
long UpdateStamp { get; }Property Value
| Type | Description | 
|---|---|
| long |