CadAttachmentType Enumeration |
Cad attachment point type
Namespace:
Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic enum CadAttachmentType
Public Enumeration CadAttachmentType
public enum class CadAttachmentType
Members
| Member name | Value | Description |
---|
| TopLeft | 1 |
The top left
|
| TopCenter | 2 |
The top center
|
| TopRight | 3 |
The top right
|
| MiddleLeft | 4 |
The middle left
|
| MiddleCenter | 5 |
The middle center
|
| MiddleRight | 6 |
The middle right
|
| BottomLeft | 7 |
The bottom left
|
| BottomCenter | 8 |
The bottom center
|
| BottomRight | 9 |
The bottom right
|
See Also