Namespace: GLSV Assembly: GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
public List<XYZ> Points { get; set; }
Public Property Points As List(Of XYZ)
public: property List<XYZ^>^ Points { List<XYZ^>^ get (); void set (List<XYZ^>^ value); }