Description
This .NET class wraps the AcDb2LineAngularDimension ObjectARX class.
This class represents the angular dimension defined by two lines (as opposed to three points) within AutoCAD.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.Entity Autodesk.AutoCAD.DatabaseServices.Dimension Autodesk.AutoCAD.DatabaseServices.LineAngularDimension2
Visual Basic
Public Class LineAngularDimension2 Inherits Dimension
C#
public class LineAngularDimension2 : Dimension;
Notes
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 BlockTableRecord that contains all the appropriate line, arc, arrowhead solids, text, and so on. It has *D as the block name prefix.
Links
LineAngularDimension2 Constructor, LineAngularDimension2 Properties
See Also
DBObject, Entity