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. |