Gets or sets section view anchor type.

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

Syntax

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

See Also