Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)

Syntax

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

/** property */
public void set_DSep(float value);
JScript
public function get DSep() : float

public function set DSep(value : float);

See Also