Represents a style applicable to dimension lines in a CAD image.

The following tables list the members exposed by the CADDimensionStyle type.

Name Description
Public constructor CADDimensionStyle Initializes a new instance of the CADDimensionStyle class.
Top
Name Description
Public property ArrowSize Gets or sets a size of the arrowhead defined by this CADDimensionStyle.
Public property ArrowType1 Gets or sets a type of the first arrow exterior
Public property ArrowType2 Gets or sets a type of the second arrow exterior
Public property ArrowTypeL Gets or sets arrow block name.
Public property Box Gets or sets a three-dimensional box that encloses the CADEntity. (inherited from CADEntity).
Public property Color Gets or sets a color of the pen for this CADPenEntity. (inherited from CADPenEntity).
Public property Converter Gets or sets a CADConverter associated with this CADObjectEntity. (inherited from CADObjectEntity).
Public property Count Gets a number of entities contained in the given CADEntity. (inherited from CADEntity).
Public property DIMCLRD Gets or sets dimension line color. Range is 0 = BYBLOCK; 256 = BYLAYER.
Public property DIMCLRE Gets or sets dimension extension line color. Range is 0 = BYBLOCK; 256 = BYLAYER.
Public property DIMCLRT Gets or sets dimension text color. Range is 0 = BYBLOCK; 256 = BYLAYER.
Public property DIMDEC Gets or sets a number of decimal places for the tolerance values
Public property DIMLFAC Gets or sets a linear measurements scale factor
Public property DIMLWD Gets or sets the dimension line lineweight.
Public property DIMLWE Gets or sets a force text inside extensions
Public property DIMSD1 Gets or sets a suppression of the first dimensional line
Public property DIMSD2 Gets or sets a suppression of the second dimensional line
Public property DIMSE1 Gets or sets a supression of the first extension line
Public property DIMSE2 Gets or sets a supression of the second extension line
Public property DIMTIH Gets or sets the text inside horizontal if nonzero.
Public property DIMTIX Gets or sets the force text inside extensions if nonzero.
Public property DIMTOH Gets or sets the text outside horizontal if nonzero.
Public property DashStyle Gets or sets DashStyle for CADPenEntity object (inherited from CADPenEntity).
Public property EntName Gets a name of this CADPenTableItem. (inherited from CADPenTableItem).
Public property EntType The entity type defined by the EntityType enumeration. (inherited from CADEntity).
Public property Entities Gets a collection of all entities owned by this CADEntity. (inherited from CADEntity).
Public property ExtLineExt Gets or sets a distance to extend the extension lines above the dimension line.
Public property ExtLineOffset Gets or sets a distance to offset the extension lines from the points on the drawing that define the dimension.
Public property ExtendedData Provides access to entity extended data (inherited from CADEntity).
Public property Flags Gets or sets a drawing flags. (inherited from CADPenTableItem).
Public property Handle Gets a CADEntity handle. (inherited from CADEntity).
Public property Layer Gets or sets a layer this CADPlotEntity belongs to. (inherited from CADPlotEntity).
Public property LineType Gets or sets a linetype of the CADEntity. (inherited from CADEntity).
Public property LineTypeScale Gets or sets a value equal to a quantity of linetype elements per unit of its length. (inherited from CADPlotEntity).
Public property LineWeight Gets or sets a thickness of lines for this CADEntity. (inherited from CADEntity).
Public property Name Gets or sets a name of the CADPenTableItem. (inherited from CADPenTableItem).
Public property Scale Gets or sets overall dimensioning scale factor.
Public property Selected Gets or sets a value indicating whether the CADEntity is selected. (inherited from CADEntity).
Public property SizeCenterMark Gets or sets a size of the center mark defined by this CADDimensionStyle.
Public property TextHeight Gets or sets a height of the dimension text defined by this CADDimensionStyle.
Public property TextOffset Gets or sets a gap between the dimension text and the dimension line.
Public property TextPosVert Gets or sets text above dimension line if nonzero.
Public property TextStyle Gets or sets a style of the dimension text defined by this CADDimensionStyle.
Public property Visibility Gets or sets a value indicating whether a CADPlotEntity is visible. (inherited from CADPlotEntity).
Public property Visible Gets or sets a value indicating whether a CADPlotEntity is visible taking into account a state of the layer this CADPlotEntity belongs to. (inherited from CADPlotEntity).
Public property Width Gets or sets a line width of CADPenEntity object (inherited from CADPenEntity).
Top
Name Description
Public method AddEntity Virtual method. Redefined in descendant classes. (inherited from CADEntity).
Public method AssignEntity Copies an entity
Public method ChangeEntity Edits current entity by specified offset (inherited from CADEntity).
Public method Clone Copies an entity (inherited from CADEntity).
Public method Dispose Releases all resources used by the CADEntity.
Public method DrawEntityTrace Implements drawing of entity with specified offset to specified Control (inherited from CADEntity).
Public method Equals (Overloaded) (inherited from Object).
Public method GetBoxPoints Checks if the CADEntity must be drawn during a drawing cycle. (inherited from CADEntity).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method InitDimProperties Initializes dimension style using default values from the specified header.
Public method Loaded Virtual method. Redefined in descendant classes. (inherited from CADEntity).
Public method OnDraw Raises a DrawEvent. (inherited from CADEntity).
Public method Static ReferenceEquals (inherited from Object).
Public method SetLType Sets a linetype for this CADEntity. (inherited from CADEntity).
Public method ToString (inherited from Object).
Top
Name Description
Public field DrawEvent Occurs when the CADEntity is drawn in the CAD image. (inherited from CADEntity).
Top