Interface ICadGeometryPolyline

ICadGeometryPolyline interface

public interface ICadGeometryPolyline : ICadGeometry

Properties

NameDescription
LineStyleName { get; set; }Gets or sets the name of the line style.
Points { get; set; }Gets or sets the points.

See Also