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