Description
This class represents a composite constraint node in the owning Assoc2dConstraintGroup. It is the base class for all the kind of composite constraints, the owned constraints are all applied on(connected with) the same constrained geometries.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.ConstraintGroupNode Autodesk.AutoCAD.DatabaseServices.GeometricalConstraint Autodesk.AutoCAD.DatabaseServices.CompositeConstraint Autodesk.AutoCAD.DatabaseServices.G2SmoothConstraint
Visual Basic
Public Class CompositeConstraint Inherits GeometricalConstraint
C#
public class CompositeConstraint : GeometricalConstraint;