Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbEntity AcDbDimension AcDb2LineAngularDimension
C++
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
AcDb2LineAngularDimension Constructor, AcDb2LineAngularDimension Methods
See Also
AcDbObject, AcDbEntity