Constant value representing the end of a list.
Namespace: OIV.MeshVizXLMAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntaxpublic const int END_LIST
Public Const END_LIST As Integer
public:
literal int END_LIST
static val mutable END_LIST: int
Field Value
Type:
Int32
Remarks
Constant value representing the end of a list.
For example, it is used to define isosurface topology, it indicates that
the current polygon ends and the next begins.
See Also