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

Constructor.

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