Class CadPolylineBoundaryPath

CadPolylineBoundaryPath class

The Cad polyline boundary path.

public class CadPolylineBoundaryPath : ICadBoundaryPath

Constructors

NameDescription
CadPolylineBoundaryPath()The default constructor.

Properties

NameDescription
Bugles { get; set; }Gets list of bugles.
HasBugle { get; set; }Gets or sets a value indicating whether has bugle.
IsClosed { get; set; }Gets or sets a value indicating whether is closed.
MaxArrayLen { get; set; }Gets or sets the max array len.
Vertices { get; set; }Gets list of vertices.

See Also