Autodesk.AutoCAD.DatabaseServices Namespace > Point3AngularDimension Class
Point3AngularDimension Class
Description

 

This .NET class wraps the AcDb3PointAngularDimension ObjectARX class. 

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

Class Hierarchy
Visual Basic
Public Class Point3AngularDimension
Inherits Dimension
C#
public class Point3AngularDimension : Dimension;
Notes

When a newly created dimension entity is first closed, an anonymous block (an BlockTableRecord that contains all the appropriate line, arc, arrowhead solids, text, among others, and with *D as the block name prefix) will automatically be created for it to reference for display.

Links
See Also

DBObject, Entity

   Comments?