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

Constructor.

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