Autodesk.AutoCAD.DatabaseServices Namespace > DimensionCenterMarkType Enumeration
Autodesk.AutoCAD.DatabaseServices.DimensionCenterMarkType Enumeration
Description

 

Describes the type of dimension center mark.

Visual Basic
Public Enum DimensionCenterMarkType
  Mark
  Line
  None
End Enum
C#
public enum DimensionCenterMarkType {
  Mark,
  Line,
  None
}
   Comments?