Share

TableAnchorType Enumeration

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 nameValueDescription
TopLeft0 
TopCenter1 
TopRight2 
MiddleLeft3 
MiddleCenter4 
MiddleRight5 
BottomLeft6 
BottomCenter7 
BottomRight8 

See Also

Reference

Was this information helpful?