Autodesk.AutoCAD.DatabaseServices Namespace > LineAngularDimension2 Class
LineAngularDimension2 Class
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
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
See Also

DBObject, Entity

   Comments?