Autodesk.AutoCAD.DatabaseServices Namespace > ConstrainedConstructionLine Class
ConstrainedConstructionLine Class   
Description

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

It does not take any initial value and its position is decided by the constraints applied on it.

Class Hierarchy
Visual Basic
Public Class ConstrainedConstructionLine
Inherits ConstrainedLine
C#
public class ConstrainedConstructionLine : ConstrainedLine;
   Comments?