Autodesk.AutoCAD.DatabaseServices Namespace > ConstrainedSpline Class > ConstrainedSpline Constructor > ConstrainedSpline(ObjectId, NurbCurve3d) Constructor
ConstrainedSpline.ConstrainedSpline(ObjectId, NurbCurve3d) Constructor   
Description

Constructor.

Visual Basic
Public Sub New(
    geomDependencyId As ObjectId, 
    spline As NurbCurve3d
)
C#
public ConstrainedSpline(
    ObjectId geomDependencyId, 
    NurbCurve3d spline
);
Parameters
Parameters 
Description 
ObjectId geomDependencyId 
Input ObjectId indicating the AssocGeomDependency object to which this constrained spline is holding on. 
NurbCurve3d spline 
Input NurbCurve3d indicating the AcGe representation of this constrained spline Relative to the work plane of the owning Assoc2dConstraintGroup object. 
Links
   Comments?