Gets or sets table layout type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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); }