Description
This class represents a constrained point node in the owning Assoc2dConstraintGroup.
Usually It holds a reference to a AssocGeomDependency object which may be the insertion point of a block reference or a grip point of a custom entity.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.ConstraintGroupNode Autodesk.AutoCAD.DatabaseServices.ConstrainedGeometry Autodesk.AutoCAD.DatabaseServices.ConstrainedPoint Autodesk.AutoCAD.DatabaseServices.ConstrainedImplicitPoint
Visual Basic
Public Class ConstrainedPoint Inherits ConstrainedGeometry
C#
public class ConstrainedPoint : ConstrainedGeometry;