Click or drag to resize
MiCellFilterTimeStamp Property
Returns for this filter a unique time stamp across all filters in the application.

Namespace: OIV.MeshVizXLM.Mesh.Cell
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
long TimeStamp { get; }

Property Value

Type: Int64
time stamp value
Remarks
Returns for this filter a unique time stamp across all filters in the application.

When the content of the filter changes, the time stamp must increase. The time stamp allows extractors to identify this filter and to be aware about any changes to it.
Note: OIV.MeshVizXLM.MxTimeStamp can be used to generate a valid time stamp.

See Also