Gets/Sets the polyline´s points

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public List<XYZ> Points { get; set; }
Visual Basic (Declaration)
Public Property Points As List(Of XYZ)
Visual C++
public:
property List<XYZ^>^ Points {
	List<XYZ^>^ get ();
	void set (List<XYZ^>^ value);
}

See Also