AnnotativeStates Enumeration
|
This enum class determines the state of the
annotation (whether it exists or not).
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum AnnotativeStates
Public Enumeration AnnotativeStates
public enum class AnnotativeStates
Members
Member name |
Value |
Description |
True |
0 |
The state is true. |
False |
1 |
The state is false. |
NotApplicable |
2 |
The state is not relevant. |
See Also