Gets or sets table anchor type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public SectionViewVolumeTableAnchorType TableAnchorType { get; set; }
VB
Public Property TableAnchorType As SectionViewVolumeTableAnchorType Get Set
C++
public: property SectionViewVolumeTableAnchorType TableAnchorType { SectionViewVolumeTableAnchorType get (); void set (SectionViewVolumeTableAnchorType value); }