CadAttachmentPoint Enumeration

The Cad attachment point.

Namespace:  Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum CadAttachmentPoint
Members
  Member nameValueDescription
TopLeft1 Top left attachment point.
TopCenter2 Top center attachment point.
TopRight3 Top right attachment point.
MiddleLeft4 Middle left attachment point.
MiddleCenter5 Middle center attachment point.
MiddleRight6 Middle right attachment point.
BottomLeft7 Bottom left attachment point.
BottomCenter8 Bottom center attachment point.
BottomRight9 Bottom right attachment point.
See Also