Share

AcDbDatabase::isValidLineWeight

C++

static bool isValidLineWeight(
    int weight
);

Description

Returns true for lineweights that match one of the predefined lineweights, and false otherwise.

Parameters

Parameters Description
weight Input lineweight in hundredths of a millimeter

Links

AcDbDatabase Class

Was this information helpful?