Specifies the location of the table anchor (Top/Middle/Bottom, Left/Center/Right).

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

Syntax

C#
public PropertyEnum<TableAnchorType> TableAnchor { get; }
Visual Basic
Public ReadOnly Property TableAnchor As PropertyEnum(Of TableAnchorType)
	Get
Visual C++
public:
property PropertyEnum<TableAnchorType>^ TableAnchor {
	PropertyEnum<TableAnchorType>^ get ();
}

See Also