The type of the detail view model edge.
Public Enum DetailViewModelEdge Smooth SmoothWithBorder SmoothWithConnectionLine Jagged End Enum
public enum DetailViewModelEdge { Smooth, SmoothWithBorder, SmoothWithConnectionLine, Jagged }
|
Members |
Description |
|
Smooth |
AcDbDetailViewStyle::kSmooth enum |
|
SmoothWithBorder |
AcDbDetailViewStyle::kSmoothWithBorder enum |
|
SmoothWithConnectionLine |
AcDbDetailViewStyle::kSmoothWithConnectionLine enum |
|
Jagged |
AcDbDetailViewStyle::kJagged |
| Comments? |