AcConstrainedBoundedLine::AcConstrainedBoundedLine Constructor (AcDbObjectId, bool)   

explicit AcConstrainedBoundedLine(
    AcDbObjectId geomDependencyId, 
    bool bRay
);
Parameters
Parameters 
Description 
AcDbObjectId geomDependencyId 
Input the AcDbObjectId of the AcDbAssocGeomDependency object that this constrained line is holding on to. 
bool bRay 
Input whether this bounded line is a ray. 
Description

Constructor.

Links