Click or drag to resize
MiVec3dSetIjk Interface

Note: This API is now obsolete.

Vector set interface for structured volume meshes.

Namespace: OIV.MeshVizXLM.Mesh.Data
Assembly: 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 MiVec3dSetIjk : MiDataSetIjk, 
	MiDataSet

The MiVec3dSetIjk type exposes the following members.

Methods
  NameDescription
Public methodGet
Returns the vector at the specified position in this vector set.
Public methodGetStorageLayout
Hint about data organization in memory.
(Inherited from MiDataSetIjk.)
Top
Properties
  NameDescription
Public propertyBinding
Returns the data binding of this dataset.
(Inherited from MiDataSet.)
Public propertyName
Returns the name of this data set.
(Inherited from MiDataSet.)
Public propertyTimeStamp
Returns for this dataset a unique time stamp across all data sets in the application.
(Inherited from MiDataSet.)
Top
Remarks
Vector set interface for structured volume meshes.

An interface for a vector set usable in any extract of a structured volume mesh.

See Also