Share

Autodesk.AutoCAD.DatabaseServices.DetailViewModelEdge Enumeration

Description

The type of the detail view model edge.

Visual Basic

Public Enum DetailViewModelEdge
  Smooth
  SmoothWithBorder
  SmoothWithConnectionLine
  Jagged
End Enum

C#

public enum DetailViewModelEdge {
  Smooth,
  SmoothWithBorder,
  SmoothWithConnectionLine,
  Jagged
}

Members

Members Description
Smooth AcDbDetailViewStyle::kSmoothenum
SmoothWithBorder AcDbDetailViewStyle::kSmoothWithBorderenum
SmoothWithConnectionLine AcDbDetailViewStyle::kSmoothWithConnectionLineenum
Jagged AcDbDetailViewStyle::kJagged

Was this information helpful?