AcConstrainedBoundedLine::AcConstrainedBoundedLine(AcDbObjectId, bool) Constructor   

C++
explicit AcConstrainedBoundedLine(
    AcDbObjectId geomDependencyId, 
    bool bRay
);
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. 
Description

Constructor.

Links