Blickrichtung entlang der Z-Achse. This field is constant and read-only.


Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)

Syntax

Visual Basic (Declaration)
Public const Z As Byte = 3
C#
public const byte Z = 3;
C++
public:
 const char Z = 3;
J#
public const byte Z = 3
JScript
public const Z : Byte = 3;

See Also