Share

ConstrainedGeometry Class

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

C#

public class ConstrainedGeometry : ConstraintGroupNode;

Visual Basic

Public Class ConstrainedGeometry
Inherits ConstraintGroupNode

Links

ConstrainedGeometry Methods, ConstrainedGeometry Properties

Was this information helpful?