PaperOrientationStates Enumeration
|
This enum class represents the state of the
paper orientation of an annotative object.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum PaperOrientationStates
Public Enumeration PaperOrientationStates
public enum class PaperOrientationStates
type PaperOrientationStates
Members
| Member name |
Value |
Description |
| True |
0 |
The object is associated with the paper orientation. |
| False |
1 |
The object is not associated with the paper orientation. |
| NotApplicable |
2 |
There is no paper orientation. |
See Also