Share

AcDbDatabase::setEndCaps

C++

Acad::ErrorStatus setEndCaps(
    AcDb::EndCaps type
);

Description

Sets the database's endCaps header variable to type. Possible values for type are AcDb::kEndCapNone, AcDb::kEndCapRound, AcDb::kEndCapAngle, or AcDb::kEndCapSquare.

Returns Acad::eOk if successful.

Parameters

Parameters Description
type Input endCaps type

Links

AcDbDatabase Class

Was this information helpful?