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 |