Share

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

Autodesk.AutoCAD.DatabaseServices.ConstraintGroupNode
    Autodesk.AutoCAD.DatabaseServices.GeometricalConstraint
        Autodesk.AutoCAD.DatabaseServices.CompositeConstraint
            Autodesk.AutoCAD.DatabaseServices.G2SmoothConstraint

C#

public class CompositeConstraint : GeometricalConstraint;

Visual Basic

Public Class CompositeConstraint
Inherits GeometricalConstraint

Links

CompositeConstraint Properties

Was this information helpful?