TsgCADBasePolyline.Flags
property Flags: Integer;
Description
Gets or sets a value of polyline flag (bit-coded), default is 0:
Value  | 
Meaning  | 
1  | 
This is a closed polyline (or a polygon mesh closed in the M direction).  | 
2  | 
Curve-fit vertices have been added.  | 
4  | 
Spline-fit vertices have been added.  | 
8  | 
This is a 3D polyline.  | 
16  | 
This is a 3D polygon mesh.  | 
32  | 
The polygon mesh is closed in the N direction.  | 
64  | 
The polyline is a polyface mesh.  | 
128  | 
The linetype pattern is generated continuously around the vertices of this polyline.  | 
Go to CAD VCL Enterprise