isExactAlignmentGeometry property
bool
get
isExactAlignmentGeometry
Whether this is the Nocterm class AlignmentGeometry.
Implementation
bool get isExactAlignmentGeometry {
return _isExactly('AlignmentGeometry', _uriAlignment);
}