isAcDbSolid property

bool isAcDbSolid

Implementation

bool get isAcDbSolid {
  return code == 0 && value.toString() == 'SOLID';
}