Share

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

ConstrainedLine Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?