Share

Autodesk.AutoCAD.DatabaseServices.ModelDocViewLabelAttachmentPoint Enumeration

Description

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

C#

public enum ModelDocViewLabelAttachmentPoint {
  AboveView,
  BelowView
}

Visual Basic

Public Enum ModelDocViewLabelAttachmentPoint
  AboveView
  BelowView
End Enum

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

Was this information helpful?