TableAnchorType Enumeration

Defines types of table anchors.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public enum TableAnchorType

Visual Basic

Public Enumeration TableAnchorType

Visual C++

public enum class TableAnchorType

Members

Member nameValueDescription
TopLeft0
TopCenter1
TopRight2
MiddleLeft3
MiddleCenter4
MiddleRight5
BottomLeft6
BottomCenter7
BottomRight8

See Also