Represents multileader GS mark types.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
Public Enumeration GsMarkType
public enum class GsMarkType
Members
| Member name |
Value |
Description |
| None |
0 |
No GS mark. |
| ArrowMark |
1 |
GS mark of arrow. |
| LeaderLineMark |
5,001 |
GS mark of leader line. |
| DoglegMark |
10,001 |
GS mark of dog-leg. |
| MTextMark |
15,001 |
GS mark of multiline text content. |
| MTextUnderLineMark |
15,002 |
GS mark of multiline text underline content (includes text
frame if present). |
| ToleranceMark |
15,003 |
GS mark of tolerance content. |
| BlockMark |
15,004 |
GS mark of block content. |
See Also