Autodesk.AutoCAD.DatabaseServices Namespace > ModelDocViewLabelAttachmentPoint Enumeration
Autodesk.AutoCAD.DatabaseServices.ModelDocViewLabelAttachmentPoint Enumeration   
Description

The type of attachment for the model documentation view label text.

Visual Basic
Public Enum ModelDocViewLabelAttachmentPoint
  AboveView
  BelowView
End Enum
C#
public enum ModelDocViewLabelAttachmentPoint {
  AboveView,
  BelowView
}
Members
Members 
Description 
AboveView 
The view label text is to be attached above the model documentation view.
enum 
BelowView 
The view label text is to be attached below the model documentation view.
enum 
   Comments?