Interface ICamApiSnapshot
Snapshot of project
Namespace: CAMAPI.Snapshot
Assembly: CAMAPI.Snapshot.dll
Syntax
[Guid("77C26483-A8D4-4573-A059-CEEC661A0E89")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiSnapshot
Properties
CreationTime
Creation time of snapshot
Declaration
_FILETIME CreationTime { get; }
Property Value
Type | Description |
---|---|
_FILETIME |
IsAuto
Snapshot is made automatically or manually by user
Declaration
bool IsAuto { get; }
Property Value
Type | Description |
---|---|
bool |