Namespace: PalmSens.Script
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Property CurrentRange As Single
C#
public float CurrentRange { get; set; }
C++
public property float CurrentRange sealed  {
    float get();
    void set(float value);
}
J#
/** property */
public float get_CurrentRange();

/** property */
public void set_CurrentRange(float value);
JScript
public function get CurrentRange() : float

public function set CurrentRange(value : float);

Property Value

Missing <value> tag for "P:PalmSens.Script.PalmScript.CurrentRange"

See Also