Autodesk.AutoCAD.DatabaseServices Namespace > ConstrainedLine Class > ConstrainedLine Constructor > ConstrainedLine(ObjectId) Constructor
ConstrainedLine.ConstrainedLine(ObjectId) Constructor   
Description

Constructor.

Visual Basic
Public Sub New(
    geomDependencyId As ObjectId
)
C#
public ConstrainedLine(
    ObjectId geomDependencyId
);
Parameters
Parameters 
Description 
ObjectId geomDependencyId 
Input ObjectId indicating the AssocGeomDependency object to which this constrained line is holding on. 
Links
   Comments?