Point3AngularDimension Class

Visual Basic
Public Class Point3AngularDimension
Inherits Dimension
C#
public class Point3AngularDimension : Dimension;
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.

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