Justification Enumeration
 | 
This enumeration represents available
justification types of a structural member.
Namespace: Teigha.Aec.Structural.DatabaseServices
Assembly: TA_MgdStructure (in
TA_MgdStructure.dll) Version: 0.0.0.0
Syntax
 
public enum Justification
 
Public Enumeration Justification
 
public enum class Justification
 
 
 
 
Members
 
| Member name | 
Value | 
Description | 
| Baseline | 
0 | 
Baseline. | 
| TopLeft | 
1 | 
Top left. | 
| TopCenter | 
2 | 
Top center. | 
| TopRight | 
3 | 
Top right. | 
| MiddleLeft | 
4 | 
Middle left. | 
| MiddleCenter | 
5 | 
Middle center. | 
| MiddleRight | 
6 | 
Middle right. | 
| BottomLeft | 
7 | 
Bottom left. | 
| BottomCenter | 
8 | 
Bottom center. | 
| BottomRight | 
9 | 
Bottom right. | 
 
See Also