Note: This API is now obsolete.
Generic data set interface.
Namespace: OIV.MeshVizXLM.Mesh.DataAssembly: 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 MiDataSet
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiDataSet
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface class MiDataSet
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiDataSet = interface end
The MiDataSet type exposes the following members.
Properties
| Name | Description |
---|
 | Binding | Returns the data binding of this dataset. |
 | Name | Returns the name of this data set. |
 | TimeStamp |
Returns for this dataset a unique time stamp across all data sets in the
application.
|
Top
Remarks
Generic data set interface.
A generic interface for a data set usable in any extract of a mesh.
See Also