Note: This API is now obsolete.
Manages an identifier that can be used as a time stamp.
Inheritance HierarchySystemObject
OIV.MeshVizXLMMxTimeStamp
Namespace: OIV.MeshVizXLMAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.36.0.Release.9ccfd3bbc
Syntax[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This class will be removed in the next major release.")]
public sealed class MxTimeStamp
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This class will be removed in the next major release.")>
Public NotInheritable Class MxTimeStamp
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This class will be removed in the next major release.")]
public ref class MxTimeStamp sealed
[<SealedAttribute>]
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This class will be removed in the next major release.")>]
type MxTimeStamp = class end
The MxTimeStamp type exposes the following members.
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
  | GetTimeStamp | Returns a new time stamp value. |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
Manages an identifier that can be used as a time stamp.
This static class can be used to get a new value for a time stamp. Each call
to
GetTimeStamp()
increases the time stamp, so every call to this
method will return a new value. This class is useful (but only one possible
way) to implement the
method of a MeshViz XLM interface.
Note: This class is not thread safe and should not be used in a
multi-threaded application.
See Also