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::kSmoothenum |
SmoothWithBorder | AcDbDetailViewStyle::kSmoothWithBorderenum |
SmoothWithConnectionLine | AcDbDetailViewStyle::kSmoothWithConnectionLineenum |
Jagged | AcDbDetailViewStyle::kJagged |