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

Syntax

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

/** property */
public void set_SizeY(ushort value);
JScript
public function get SizeY() : UInt16

public function set SizeY(value : UInt16);

See Also