Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)
Syntax
Visual Basic (Declaration) |
---|
Public Property SlicePos As Single |
C# |
---|
public float SlicePos { get; set; } |
C++ |
---|
public property float SlicePos sealed { float get(); void set(float value); } |
J# |
---|
/** property */ public float get_SlicePos(); /** property */ public void set_SlicePos(float value); |
JScript |
---|
public function get SlicePos() : float public function set SlicePos(value : float); |