CadLwPolylineFlag Enumeration |
The Cad LWPOLYLINE flags.
Namespace:
Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax[FlagsAttribute]
public enum CadLwPolylineFlag
<FlagsAttribute>
Public Enumeration CadLwPolylineFlag
[FlagsAttribute]
public enum class CadLwPolylineFlag
[<FlagsAttribute>]
type CadLwPolylineFlag
Members
| Member name | Value | Description |
---|
| None | 0 |
The none flags.
|
| Closed | 1 |
The close polyline.
|
| Plinegen | 128 |
The Plinegen.
|
See Also