AcDb2LineAngularDimension

class AcDb2LineAngularDimension : public AcDbDimension;
File

dbdim.h

Description

The AcDb2LineAngularDimension class represents the angular dimension defined by two lines (as opposed to three points) within AutoCAD.

Remarks

When a newly created dimension entity is first closed, an anonymous block will automatically be created for it to reference for display. The anonymous block is an AcDbBlockTableRecord that contains all the appropriate line, arc, arrowhead solids, text, and so on. It has *D as the block name prefix.

Links
See Also

AcDbObject, AcDbEntity