CadBoundaryPathTypeFlag Enumeration |
The boundary path type flag.
Namespace:
Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax[FlagsAttribute]
public enum CadBoundaryPathTypeFlag
<FlagsAttribute>
Public Enumeration CadBoundaryPathTypeFlag
[FlagsAttribute]
public enum class CadBoundaryPathTypeFlag
[<FlagsAttribute>]
type CadBoundaryPathTypeFlag
Members
| Member name | Value | Description |
---|
| Default | 0 |
Default boundary type.
|
| External | 1 |
External boundary type.
|
| Polyline | 2 |
Polyline boundary type.
|
| Derived | 4 |
Derived boundary type.
|
| Textbox | 8 |
Textbox boundary type.
|
| Outermost | 16 |
Outermost boundary type.
|
See Also