Enables or disables evenly spaced streamlines

Namespace: Visualisierung_BSP2
Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool EvenlySpaced { get; set; }
Visual Basic
Public Property EvenlySpaced As Boolean
	Get
	Set
Visual C++
public:
property bool EvenlySpaced {
	bool get ();
	void set (bool value);
}

See Also