Share

Autodesk.AutoCAD.DatabaseServices.TextAttachmentDirection Enumeration

Description

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

C#

public enum TextAttachmentDirection {
  AttachmentHorizontal,
  AttachmentVertical
}

Visual Basic

Public Enum TextAttachmentDirection
  AttachmentHorizontal
  AttachmentVertical
End Enum

Was this information helpful?