isAcDbEntity property

bool isAcDbEntity

Implementation

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