Gets or sets the maximum length of a streamline

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

Syntax

C#
public int LineLength { get; set; }
Visual Basic
Public Property LineLength As Integer
	Get
	Set
Visual C++
public:
property int LineLength {
	int get ();
	void set (int value);
}

See Also