Specifies the location of the table anchor (Top/Middle/Bottom, Left/Center/Right).
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<TableAnchorType> TableAnchor { get; }
VB
Public ReadOnly Property TableAnchor As PropertyEnum(Of TableAnchorType) Get
C++
public: property PropertyEnum<TableAnchorType>^ TableAnchor { PropertyEnum<TableAnchorType>^ get (); }