Defines types of table anchors.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum TableAnchorType
VB
Public Enumeration TableAnchorType
C++
public enum class TableAnchorType
Members
Member name | Value | Description |
---|---|---|
TopLeft | 0 | |
TopCenter | 1 | |
TopRight | 2 | |
MiddleLeft | 3 | |
MiddleCenter | 4 | |
MiddleRight | 5 | |
BottomLeft | 6 | |
BottomCenter | 7 | |
BottomRight | 8 |