Share

AcDbDatabase::joinStyle

C++

AcDb::JoinStyle joinStyle() const;

Description

Returns the database's joinstyle header variable value, which may be one of the following: AcDb::kJnStylNone, AcDb::kJnStylRound, AcDb::kJnStylAngle, AcDb::kJnStylFlat.

Links

AcDbDatabase Class

Was this information helpful?