Whether the file is a macro part.
A macro part is a part, so when this getter returns true, isPart also results true.
true
A file can't be both a library and a part, so when this getter returns true, the getter isLibrary returns false.
false
bool get isMacroPart;