CadAttachmentType Enumeration

Cad attachment point type

Namespace:  Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum CadAttachmentType
Members
  Member nameValueDescription
TopLeft1 The top left
TopCenter2 The top center
TopRight3 The top right
MiddleLeft4 The middle left
MiddleCenter5 The middle center
MiddleRight6 The middle right
BottomLeft7 The bottom left
BottomCenter8 The bottom center
BottomRight9 The bottom right
See Also