Represents Arc lenght dimension in a CAD image

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

Name Description
Public property Angle Gets or sets an angle between a referenced block and CAD drawing. (inherited from CADInsert).
Public property ArcDefPoint Gets or sets the point defining dimension arc for angular dimensions (in object coordinates system). (inherited from CADDimension).
Public property ArrowSize Gets or sets dimensioning arrow size. (inherited from CADDimension).
Public property ArrowType1 Gets or sets first arrow block name. (inherited from CADDimension).
Public property ArrowType2 Gets or sets second arrow block name (inherited from CADDimension).
Public property Attribs Gets a collection of an attribs. (inherited from CADInsert).
Public property Block Gets or sets a block referenced by this CADInsert object. (inherited from CADInsert).
Public property Box Gets a three-dimensional box that encloses the CADInsert object. (inherited from CADInsert).
Public property Count Gets a number of attribs belonging to the given CADInsert. (inherited from CADInsert).
Public property DIMCLRD Gets or sets dimension line color. Range is 0 = BYBLOCK; 256 = BYLAYER. (inherited from CADDimension).
Public property DIMCLRE Gets or sets dimension extension line color. Range is 0 = BYBLOCK; 256 = BYLAYER. (inherited from CADDimension).
Public property DIMCLRT Gets or sets dimension text color. Range is 0 = BYBLOCK; 256 = BYLAYER. (inherited from CADDimension).
Public property DIMDEC Gets or sets a number of decimal places for the tolerance values of a primary units dimension. (inherited from CADDimension).
Public property DIMLFAC Gets or sets a linear measurements scale factor. (inherited from CADDimension).
Public property DIMLWD Gets or sets the dimension line lineweight. (inherited from CADDimension).
Public property DIMLWE Gets or sets the extension line lineweight. (inherited from CADDimension).
Public property DIMSD1 Gets or sets a suppression of the first dimensional line. (inherited from CADDimension).
Public property DIMSD2 Gets or sets a suppression of the second dimensional line. (inherited from CADDimension).
Public property DIMSE1 Gets or sets a supression of the first extension line. (inherited from CADDimension).
Public property DIMSE2 Gets or sets a supression of the second extension line. (inherited from CADDimension).
Public property DIMTIH Gets or sets the text inside horizontal if nonzero. (inherited from CADDimension).
Public property DIMTIX Gets or sets the force text inside extensions if nonzero. (inherited from CADDimension).
Public property DIMTOH Gets or sets the text outside horizontal if nonzero. (inherited from CADDimension).
Public property DefPoint Gets or sets a location of the dimension in a CAD image. (inherited from CADDimension).
Public property EntName Gets a name of the CADInsert object. (inherited from CADInsert).
Public property EntType Gets the type of this CADDimension entity.
Public property Entities Gets a collection of attribs associated with the given CADInsert object. (inherited from CADInsert).
Public property ExtLineExt Gets or sets a distance to extend the extension lines above the dimension line. (inherited from CADDimension).
Public property ExtLineOffset Gets or sets a distance to offset the extension lines from the points on the drawing that define the dimension. (inherited from CADDimension).
Public property Extrusion Gets or sets a direction of axis Z belonging to the coordinate system of this CADInsert object. (inherited from CADInsert).
Public property Flags Gets or sets a byte containing flags for the CADDimension object. (inherited from CADDimension).
Public property ForceText Outdated. (inherited from CADDimension).
Public property LinDefPoint1 Gets or sets an origin of the first extension line of the CADDimension object. (inherited from CADDimension).
Public property LinDefPoint2 Gets or sets an origin of the second extension line of the CADDimension object. (inherited from CADDimension).
Public property LineType Gets or sets line type for this CADPenLine object. (inherited from CADInsert).
Public property LineWeight Gets or sets a thickness of lines for this CADInsert. (inherited from CADInsert).
Public property Matrix Gets a matrix of the CADInsert object. (inherited from CADInsert).
Public property MeasurementsScale Outdated. (inherited from CADDimension).
Public property MiddlePoint Gets or sets a middle point of the dimension text. (inherited from CADDimension).
Public property Precision Outdated. (inherited from CADDimension).
Public property RadDefPoint Gets or sets the definition point for diameter, radius, and angular dimensions (in world coordinates system) (inherited from CADDimension).
Public property Scale Gets or sets a scale for drawning of the referenced block in a CAD image. (inherited from CADInsert).
Public property Selected Get or sets CADInsert selected. (inherited from CADInsert).
Public property Style Gets or sets a style for the CADDimension object. (inherited from CADDimension).
Public property TextAlign Gets the integer value specifing text alignment or sets text alignment by this integer value. (inherited from CADDimension).
Public property TextHeight Gets or sets dimensioning text height. (inherited from CADDimension).
Public property TextOffset Gets or sets a gap between the dimension text and the dimension line. (inherited from CADDimension).
Public property TextOverride For internal uses (inherited from CADDimension).
Public property TextPosVert Gets or sets text above dimension line if nonzero. (inherited from CADDimension).
Public property TextRotation Gets or sets the rotation angle of the dimension text. (inherited from CADDimension).
Public property TextStyle Gets or sets a style of the dimension text. (inherited from CADDimension).
Top
Name Description
Public method AddEntity Adds the specified entity to this CADInsert object. (inherited from CADInsert).
Public method AssignEntity Copies an entity (inherited from CADDimension).
Public method Attrib Returns an attribute contained in the given CADInsert object. (inherited from CADInsert).
Public method Dispose (inherited from CADDimension).
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Loaded Loads this CADDimension object to the specified CADConverter. (inherited from CADDimension).
Public method Static ReferenceEquals (inherited from Object).
Public method SetLType Sets a linetype for the CADInsert entity. (inherited from CADInsert).
Public method ToString (inherited from Object).
Top