WallJustificationType Enumeration
|
Represents wall justification types.
Namespace: Teigha.Aec.Arch.DatabaseServices
Assembly: TA_MgdArch (in TA_MgdArch.dll)
Version: 0.0.0.0
Syntax
public enum WallJustificationType
Public Enumeration WallJustificationType
public enum class WallJustificationType
type WallJustificationType
Members
Member name |
Value |
Description |
Left |
0 |
Left. |
Center |
1 |
Center. |
Right |
2 |
Right. |
Baseline |
3 |
Baseline. |
See Also