AnnotationType Enumeration
|
The type of annotation used by a leader
entity.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum AnnotationType
Public Enumeration AnnotationType
public enum class AnnotationType
Members
Member name |
Value |
Description |
MText |
0 |
The annotation is a multiline text entity. |
FeatureControlFrame |
1 |
The annotation is a feature control frame (fcf). |
BlockRef |
2 |
The annotation is a block reference. |
NoAnnotation |
3 |
No annotation is used. |
See Also