Description
The type of the detail view model edge.
C#
public enum DetailViewModelEdge { Smooth, SmoothWithBorder, SmoothWithConnectionLine, Jagged }
Visual Basic
Public Enum DetailViewModelEdge Smooth SmoothWithBorder SmoothWithConnectionLine Jagged End Enum
Members
Members | Description |
---|---|
Smooth | AcDbDetailViewStyle::kSmoothenum |
SmoothWithBorder | AcDbDetailViewStyle::kSmoothWithBorderenum |
SmoothWithConnectionLine | AcDbDetailViewStyle::kSmoothWithConnectionLineenum |
Jagged | AcDbDetailViewStyle::kJagged |