Gets or sets section view anchor type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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); }