Share

AcDbDatabase::setJoinStyle

C++

Acad::ErrorStatus setJoinStyle(
    AcDb::JoinStyle style
);

Description

Sets style to be the new value for the database's joinstyle header variable. style may be one of the following values: AcDb::kJnStylNone, AcDb::kJnStylRound, AcDb::kJnStylAngle, AcDb::kJnStylFlat.

Returns Acad::eOk if successful.

Parameters

Parameters Description
style Input desired join style

Links

AcDbDatabase Class

Was this information helpful?