Share

ConstrainedBoundedLine Class

Description

This class represents a constrained bounded line node in the owning Assoc2dConstraintGroup.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.ConstraintGroupNode
    Autodesk.AutoCAD.DatabaseServices.ConstrainedGeometry
        Autodesk.AutoCAD.DatabaseServices.ConstrainedCurve
            Autodesk.AutoCAD.DatabaseServices.ConstrainedLine
                Autodesk.AutoCAD.DatabaseServices.ConstrainedBoundedLine

Visual Basic

Public Class ConstrainedBoundedLine
Inherits ConstrainedLine

C#

public class ConstrainedBoundedLine : ConstrainedLine;

Links

ConstrainedBoundedLine Constructor, ConstrainedBoundedLine Properties

Was this information helpful?