AcRxObject AcGiDrawable AcHeapOperators AcDbObject AcDbEntity AcDbDimension AcDb2LineAngularDimension
class AcDb2LineAngularDimension : public AcDbDimension;
dbdim.h
The AcDb2LineAngularDimension class represents the angular dimension defined by two lines (as opposed to three points) within AutoCAD.
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.
AcDb2LineAngularDimension Constructor, AcDb2LineAngularDimension Methods
AcDbObject, AcDbEntity