Share

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

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.Entity
        Autodesk.AutoCAD.DatabaseServices.Dimension
            Autodesk.AutoCAD.DatabaseServices.Point3AngularDimension

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

Point3AngularDimension Constructor, Point3AngularDimension Properties

See Also

DBObject, Entity

Was this information helpful?