MiTopologyTimeStamp Property |
Returns for this topology a unique time stamp across all topologies in the
application.
Namespace: OIV.MeshVizXLM.Mesh.TopologyAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
SyntaxReadOnly Property TimeStamp As Long
Get
property long long TimeStamp {
long long get ();
}
abstract TimeStamp : int64 with get
Property Value
Type:
Int64a time stamp value on this topology
Remarks
Returns for this topology a unique time stamp across all topologies in the
application.
When the content of the topology changes, the time stamp must increase. The
time stamp allows extractors to identify this topology and to be aware of
any changes to it.
Note:
OIV.MeshVizXLM.MxTimeStamp
can be
used to generate a valid time stamp.
See Also