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