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

Syntax

Visual Basic (Declaration)
Public Property SizeZ As UInt16
C#
public ushort SizeZ { get; set; }
C++
public property ushort SizeZ sealed  {
    unsigned short get();
    void set(unsigned short value);
}
J#
/** property */
public ushort get_SizeZ();

/** property */
public void set_SizeZ(ushort value);
JScript
public function get SizeZ() : UInt16

public function set SizeZ(value : UInt16);

See Also