Share

AcConstrainedBoundedLine::AcConstrainedBoundedLine (AcDbObjectId, bool) Constructor

C++

ACDBCORE2D_PORT explicit AcConstrainedBoundedLine(
    AcDbObjectId geomDependencyId, 
    bool bRay
);

Description

Constructor.

Parameters

Parameters Description
geomDependencyId Input the AcDbObjectId of the AcDbAssocGeomDependency object that this constrained line is holding on to.
bRay Input whether this bounded line is a ray.

Links

AcConstrainedBoundedLine Class

Was this information helpful?