Description
This class represents a constrained geometry node in the owning Assoc2dConstraintGroup.
It is the base class for all the kind of supported geometries.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.ConstraintGroupNode Autodesk.AutoCAD.DatabaseServices.ConstrainedGeometry Autodesk.AutoCAD.DatabaseServices.ConstrainedCurve Autodesk.AutoCAD.DatabaseServices.ConstrainedPoint Autodesk.AutoCAD.DatabaseServices.ConstrainedRigidSet
Visual Basic
Public Class ConstrainedGeometry Inherits ConstraintGroupNode
C#
public class ConstrainedGeometry : ConstraintGroupNode;