Autodesk.AutoCAD.DatabaseServices Namespace > CompositeConstraint Class
CompositeConstraint Class   
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
Visual Basic
Public Class CompositeConstraint
Inherits GeometricalConstraint
C#
public class CompositeConstraint : GeometricalConstraint;
Links
   Comments?