Autodesk.AutoCAD.DatabaseServices.TextAttachmentDirection Enumeration   MG2008New

Visual Basic
Public Enum TextAttachmentDirection
  AttachmentHorizontal
  AttachmentVertical
End Enum
C#
public enum TextAttachmentDirection {
  AttachmentHorizontal,
  AttachmentVertical
}
Description

 

This .NET enum wraps the ObjectARX enum AcDbMLeaderStyle::TextAttachmentDirection.