Note: This API is now obsolete.
Generic geometry interface.
Namespace: OIV.MeshVizXLM.Mesh.GeometryAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface MiGeometry
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiGeometry
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface class MiGeometry
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiGeometry = interface end
The MiGeometry type exposes the following members.
Properties
| Name | Description |
---|
 | TimeStamp |
Returns for this geometry a unique time stamp across all geometries in the
application.
|
Top
Remarks
Generic geometry interface.
Generic base interface of all geometry interfaces used by mesh interfaces.
See Also