Gets or sets table anchor type.

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

Syntax

C#
public SectionViewVolumeTableAnchorType TableAnchorType { get; set; }
Visual Basic
Public Property TableAnchorType As SectionViewVolumeTableAnchorType
	Get
	Set
Visual C++
public:
property SectionViewVolumeTableAnchorType TableAnchorType {
	SectionViewVolumeTableAnchorType get ();
	void set (SectionViewVolumeTableAnchorType value);
}

See Also