isAcDbEntity property

bool get isAcDbEntity

Implementation

bool get isAcDbEntity {
  return code == 0 && value.toString().toUpperCase() == value;
}