CadLwPolyline.Coordinates

CadLwPolyline.Coordinates property

Gets or sets the coordinates.

public List<Cad2DPoint> Coordinates { get; set; }

Property Value

The coordinates.

See Also